home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / phpMyAdmin / ChangeLog < prev    next >
Encoding:
Text File  |  2006-11-09  |  196.7 KB  |  4,247 lines

  1. ----------------------
  2. phpMyAdmin - ChangeLog
  3. ----------------------
  4.  
  5. $Id: ChangeLog 9680 2006-11-09 12:40:38Z lem9 $
  6. $Source$
  7.  
  8. 2006-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  9.     ### 2.9.1 released from MAINT_2_9_1
  10.  
  11. 2006-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  12.     * config.sample.inc.php: Make it use CRLF to make Windows users happy.
  13.  
  14. 2006-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  15.     * Documentation.html: Mention problems with Hardened-PHP.
  16.     * lang/dutch: Fix typo, thanks to Thijs Kinkhorst - kink.
  17.  
  18. 2006-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  19.     ### 2.9.1-rc2 released from QA_2_9
  20.  
  21. 2006-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  22.     * libraries/fpdf/font: replace broken binary files
  23.  
  24. 2006-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  25.     * error.php, libraries/common.lib.php, /database_interface.lib.php,
  26.       /session.inc.php: force utf-8 charset to avoid XSS with crafted URL
  27.       and utf-7 in charset; error messages won't display correctly
  28.       if the chosen lang is not utf-8
  29.  
  30. 2006-10-26 Michal ─îiha┼Ö  <michal@cihar.com>
  31.     * libraries/import/csv.php: Fix wrong import when ;; is at buffer boundary
  32.       (bug #1584836).
  33.     * tbl_properties_operations.php: Fix duplicate ID for checkbox (bug
  34.       #1584770).
  35.     * libraries/tbl_properties.inc.php: Check form only when saving table
  36.       fields (bug #1566222).
  37.  
  38. 2006-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  39.     * libraries/export/csv.php: Fix cvs/csv typo (bug #1583509).
  40.  
  41. 2006-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  42.     * libraries/common.lib.php, /database_interface.lib.php,/session.inc.php:
  43.       wrong parameter "char" when calling error.php, should be "charset"
  44.  
  45. 2006-10-19 Michal ─îiha┼Ö  <michal@cihar.com>
  46.     * libraries/common.lib.php: Fix escaping of long query with js (thanks to
  47.       Erwin for report).
  48.  
  49. 2006-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  50.     * db_operations.php, libraries/Table.class.php: bug #1567316,
  51.       renaming a db containing a view
  52.  
  53. 2006-10-10 Michal ─îiha┼Ö  <michal@cihar.com>
  54.     * Documentation.html: Sync with trunk.
  55.  
  56. 2006-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  57.     * libraries/Table.class.php: bug #1567316, renaming a db containing view
  58.       (but still some work to ensure proper sequence of renaming)
  59.  
  60. 2006-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  61.     * css/phpmyadmin.css.php: bug #1517428, some IE 6 versions have
  62.       problems loading CSS when zlip.output_compression is on,
  63.       thanks to Juergen Wind
  64.     * db_details_export.php: select all tables by default to reflect
  65.       the default export behavior
  66.  
  67. 2006-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  68.     * tbl_change.php: bug #1566219, automated timestamp values
  69.  
  70. 2006-10-10 Michal ─îiha┼Ö  <michal@cihar.com>
  71.     * lang/german: Fix typo (translation #1467138).
  72.     * libraries/import.lib.php: Correctly fail if file is too short (bug
  73.       #1574340).
  74.     * libraries/export/excel.php: Fix MIME type and extension to state before
  75.       plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
  76.  
  77. 2006-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  78.     * lang/german: Fix typo (translation #1570611).
  79.  
  80. 2006-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  81.     * libraries/export/sql.php: bug #1562533, problems with unbuffered queries
  82.     * Documentation.html: FontFamily, FontFamilyFixed
  83.     * themes/original/layout.inc.php: bug #1564409, default FontFamily
  84.  
  85. 2006-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  86.     * scripts/create-release.sh: use lang-cleanup.sh from the kit,
  87.       list all files, and allow non-anonymous access
  88.  
  89. 2006-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  90.     * scripts/lang-cleanup.sh: Script for removing not installed languages
  91.       from libraries/select_lang.lib.php.
  92.     * scripts/create-release.sh: Make it better :-):
  93.         - Create 7z archives
  94.         - Make compression list configurable
  95.         - Allow to define which kits to build
  96.         - Call scripts/lang-cleanup.sh to remove not wanted languages
  97.         - Do not login to cvs if already logged in
  98.  
  99. 2006-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  100.     * libraries/database_interface.lib.php, bug #1568341, last part of
  101.       the fix to avoid problems on Windows servers, thanks to Juergen Wind
  102.  
  103. 2006-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  104.     * scripts/create-release.sh: starting changes for new kits
  105.       TODO: - trimming of libraries/select_lang.lib.php in the kit
  106.             - 7zip 
  107.             - remove gzip ?
  108.  
  109. 2006-10-04 Michal ─îiha┼Ö  <michal@cihar.com>
  110.     * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k.
  111.         - Fix Wikipedia URLs (patch #1568498).
  112.         - Fix duplicate ids (patch #1568504).
  113.     * tbl_replace.php, libraries/config.default.php: Add support for UTC_DATE,
  114.       UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to
  115.       Alexander Schuch - ci-dev.
  116.     * tbl_alter.php: Fix order of includes (bug #1569277).
  117.  
  118. 2006-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  119.     ### 2.9.0.2 released from MAINT_2_9_0
  120.  
  121. 2006-10-03 Michal ─îiha┼Ö  <michal@cihar.com>
  122.     * scripts/setup.php: Sync token name, move it's definition to one place
  123.       (bug #1569612).
  124.  
  125. 2006-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  126.     ### 2.9.0.1 released from MAINT_2_9_0
  127.     * libraries/database_interface.lib.php: bug #1568341, 
  128.       case sensitivity in database names
  129.     * tbl_relation.php: trap error 1452 when adding a foreign key
  130.       and a constraint fails
  131.     * libraries/export/sql.php: bug #1550690, wrong export of constraints,
  132.       thanks to Robert Vock
  133.  
  134. 2006-09-29 Marc Delisle  <lem9@users.sourceforge.net>
  135.     * libraries/grab_globals.lib.php: fix attack via _FILES,
  136.       thanks to Stefan Esser
  137.     * libraries/database_interface.lib.php, bug #1566904, typo in require,
  138.       thanks to Bj├╢rn Wiberg - bwiberg.
  139.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  140.  
  141. 2006-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  142.     * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php:
  143.       security fixes (announcement will come later),
  144.       thanks to Sebastian Mendel and Stefan Esser
  145.     * libraries/.htaccess: remove potential vulnerability (allow from none),
  146.       thanks to Michael Heimpold
  147.     ### 2.9.1-rc1 released from QA_2_9
  148.  
  149. 2006-09-22 Marc Delisle  <lem9@users.sourceforge.net>
  150.     * libraries/tbl_properties_links.inc.php: bug #1560152, 
  151.       after renaming a table the navigation does not work
  152.  
  153. 2006-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  154.     ### 2.9.0 released from QA_2_9
  155.  
  156. 2006-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  157.     * Documentation.html, libraries/footer.inc.php, 
  158.       libraries/dbg/profiling.php: remove profiling feature
  159.       due to licensing issues (non GPL code)
  160.  
  161. 2006-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  162.     * lang/finnish: Update, thanks to Yoneh - yoneh.
  163.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  164.  
  165. 2006-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  166.     * db_details_structure.php: Fix table footer when MySQL does not support
  167.       collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch -
  168.       ibennetch).
  169.  
  170. 2006-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  171.     * libraries/config.default.php, libraries/export/sql.php:
  172.       bug #1556934, sql compatibility mode on export
  173.  
  174. 2006-09-08 Marc Delisle  <lem9@users.sourceforge.net>
  175.     * lang/check_lang.sh: ignore differences in doc_lang
  176.     * lang/italian: Update, thanks to Rebe - rebeluca.
  177.     ### 2.9.0-rc1 released from QA_2_9
  178.  
  179. 2006-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  180.     * lang/turkish: update, thanks to Burak Yavuz - bourock
  181.  
  182. 2006-08-30 Michal ─îiha┼Ö  <michal@cihar.com>
  183.     * libraries/common.lib.php, lang/*: Internationalise link to MySQL
  184.       documentation when translation exists, this needs to be defined in
  185.       language file (RFE #1547130).
  186.     * lang/belarusian_latin-utf-8.inc.php: Fix charset information.
  187.  
  188. 2006-08-29 Michal ─îiha┼Ö  <michal@cihar.com>
  189.     * lang/croatian: Updated, thanks to Renato Pavicic - babalui.
  190.  
  191. 2006-08-28 Michal ─îiha┼Ö  <michal@cihar.com>
  192.     * config.sample.inc.php, Documentation.html: Add minimal sample
  193.       configuration, so that lazy people won't copy
  194.       libraries/config.default.php (RFE #1544570).
  195.  
  196. 2006-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  197.     * themes/*/layout.inc.php: patch #1523543, possibility of vertical
  198.       solid line between frames, thanks to Juergen Wind
  199.  
  200. 2006-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  201.     * db_operations.php: bug #1544799, undefined variable on db copy
  202.     * libraries/common.lib.php: bug #1544734, error messages link outdated,
  203.       thanks to Ren├⌐ Leonhardt
  204.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  205.     * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message,
  206.       thanks to GerardW
  207.  
  208. 2006-08-24 Marc Delisle  <lem9@users.sourceforge.net>
  209.     ### 2.9.0-beta1 released from QA_2_9
  210.  
  211. 2006-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  212.     * scripts/setup.php: bug #1536112, better fix (in case of 
  213.       register_globals enabled), thanks to Michal
  214.     ### 2.8.2.3 released from MAINT_2_8_2
  215.     * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
  216.       on a server with register_globals enabled, thanks to Juergen Wind
  217.     ### 2.8.2.4 released from MAINT_2_8_2
  218.  
  219. 2006-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  220.     * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  221.       bug #1542875, Cookie auth on IIS
  222.  
  223. 2006-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  224.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  225.  
  226. 2006-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  227.     * libraries/export/pdf.php: do not display BLOBs on PDF export
  228.     * lang/brazilian-portuguese: update, thanks to thedarkness
  229.     * lang/catalan update, thanks to Xavier Navarro (xavin)
  230.  
  231. 2006-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  232.     * libraries/sqlparser.lib.php: sorting on column header
  233.  
  234. 2006-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  235.     * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS
  236.       file (bug #1541100).
  237.  
  238. 2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  239.     * lang/german: Updated
  240.  
  241. 2006-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  242.     ### 2.8.2.2 released from MAINT_2_8_2
  243.  
  244. 2006-08-14 Michal ─îiha┼Ö  <michal@cihar.com>
  245.     * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac
  246.       Bennetch - ibennetch.
  247.     * lang/czech: Updated.
  248.  
  249. 2006-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  250.     * libraries/display_tbl.lib.php: bug #1519799, imagelink error
  251.  
  252. 2006-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  253.     * libraries/sqlparser.data.php: bug #1492772, parsing EXTRACT YEAR_MONTH
  254.       (there were sorting errors in the function names array)
  255.       also bug #1534007, STD function not working
  256.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  257.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  258.     * lang/italian: Update, thanks to Rebe - rebeluca.
  259.     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
  260.     * lang/belarusian updates, thanks to Jaska Zedlik
  261.  
  262. 2006-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  263.     * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
  264.       (MySQL error 2002 or 2003)
  265.  
  266. 2006-08-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  267.     * css\phpmyadmin.css.php, themes\*:
  268.       updated themes to 2.9 and some minor fixes
  269.       thanks to Juergen Wind - windkiel for hinting this (patch #1535169)
  270.  
  271. 2006-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  272.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  273.     * lang/catalan update, thanks to Xavier Navarro (xavin)
  274.     * lang/galician: Update, thanks to Xos├⌐ Calvo - xosecalvo.
  275.     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
  276.     * lang/russian: update, thanks to Gosha Sakovich - gt2
  277.     * libraries/common.lib.php: bug #1534475, arbitrary server
  278.  
  279. 2006-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  280.     * libraries/mysql_charsets.lib.php: bug #1530574:
  281.       MySQL 4.1.13 and double quotes in SHOW VARIABLES,
  282.       thanks to Herve Pages
  283.     * docs.css, Documentation.html: bug #1446538, FAQ numbers missing
  284.     * libraries/display_select_lang.lib.php, lang/*: $strLanguage
  285.  
  286. 2006-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  287.     * db_operations.php: added a FIXME for db copy with Add Constraints 
  288.       and mysql extension
  289.  
  290. 2006-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  291.     * libraries/export/sql.php: bug #1527862, export foreign keys is broken
  292.     in latest CVS
  293.  
  294. 2006-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  295.     * tbl_properties_operations.php, libraries/export/sql.php:
  296.       bug #1526000, copying table to another db (MYSQL 5.0.24)
  297.     * db_details_structure.php: bug #1530574, misaligned HTML 
  298.       when db_collation is empty
  299.  
  300. 2006-08-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  301.     *  libraries/dbi/mysqli.dbi.lib.php PMA_DBI_try_query(): do not force
  302.        MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work
  303.  
  304. 2006-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  305.     ### 2.8.2.1 released from MAINT_2_8_2
  306.  
  307. 2006-08-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  308.     * css\phpmyadmin.css.php, themes\darkblue_orange\css\theme_right.css.php
  309.       themes\darkblue_orange\layout.inc.php, themes\original\layout.inc.php
  310.       themes\original\css\theme_left.css.php,
  311.       themes\original\css\theme_right.css.php:
  312.       added variables to define (text) color for marked and hovered objects
  313.       thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529)
  314.     * Documentation.html: updated style config option descriptions
  315.     * libraries/common.lib.php:
  316.       - added PMA_escapeJsString() to escape strings for JavaScript inside CDATA blocks
  317.       - added PMA_unQuote() to remove quotes from strings
  318.     * libraries/footer.inc.php: correctly escape strings inside JavaScript
  319.       (part of bug #1532721)
  320.     * libraries/sqlparser.lib.php: correctly unquote identifiers
  321.       (part of bug #1532721)
  322.     * libraries/display_tbl.lib.php:
  323.       bug #1524387 incorrectly detects table name for result field
  324.  
  325. 2006-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  326.     * Documentation.html: patch #1532493 + light editing from me,
  327.       thanks to Isaac Bennetch
  328.  
  329. 2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  330.     * left.php, libraries/header.inc.php:
  331.       do not apply 'vertical scrollbar bug'-fix to IE 7
  332.     * changelog.php: updatet CVS URL
  333.     * libraries/dbi/mysqli.dbi.lib.php:
  334.       bug #1532111 dbi/mysqli: MYSQLI_* constants thanks to Lierduh - lierduh
  335.  
  336. 2006-07-31 Michal ─îiha┼Ö  <michal@cihar.com>
  337.     * lang/czech: Updated.
  338.  
  339. 2006-07-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  340.     * lang/german: Updated.
  341.     * libraries/common.lib.php: use PMA_Config class for cookie needs,
  342.       do not unset not set cookie
  343.     * css\phpmyadmin.css.php, libraries\Config.class.php, main.php,
  344.       themes\*: make font size user configurable
  345.  
  346. 2006-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  347.     * libraries/sqlparser.lib.php: bug #1526000, copy table on MySQL 5.0.23+,
  348.       thanks to Rapsys Phoenix - rapsys
  349.  
  350. 2006-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  351.     * scripts/setup.php: Protect against php code input from user (bug
  352.       #1530370).
  353.  
  354. 2006-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  355.     * pdf_pages.php: automatic layout for InnoDB tables
  356.     * tbl_properties_operations.php: problem switching from InnoDB to MyISAM
  357.     * tbl_printview.php, libraries/mult_submits.inc.php,
  358.       libraries/db_table_exists.lib.php:
  359.       bug #1521910, with selected ... print view
  360.  
  361. 2006-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  362.     * server_privileges.php: bug #1526557, display error when admin
  363.       lacks some privileges and tries to do a privilege change
  364.     * libraries/common.lib.php: bug #1523784, blank page after Edit
  365.       in IE6 via IIS
  366.  
  367. 2006-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  368.     * libraries/display_import.lib.php: the Character set of the file
  369.       could appear twice
  370.     * tbl_properties_operations.php: handling of AUTO_INCREMENT when moving a
  371.       table
  372.  
  373. 2006-07-20 Michal ─îiha┼Ö  <michal@cihar.com>
  374.     * libraries/compat/var_export.php: Dropped due to license problems.
  375.     * scripts/setup.php: Implement own var_export.
  376.  
  377. 2006-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  378.     * browse_foreigners.php: bug #1525393, no page selector in foreign key
  379.       browse page
  380.  
  381. 2006-07-19 Michal ─îiha┼Ö  <michal@cihar.com>
  382.     * libraries/compat/var_export.php: Update to fixed version.
  383.  
  384. 2006-07-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  385.     * lang/german: updated, typos
  386.  
  387. 2006-07-18 Michal ─îiha┼Ö  <michal@cihar.com>
  388.     * libraries/common.lib.php: Fix extension loading on HP-UX (bug #1524776),
  389.       thanks to Francois Laupretre - flp1.
  390.  
  391. 2006-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  392.     * libraries/dbi/mysql.dbi.lib.php:
  393.       bug #1523623, BIGINT auto_increment and mysql extension
  394.  
  395. 2006-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  396.     * tbl_change.php: Edit next row did not work in 2.9.0-dev
  397.  
  398. 2006-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  399.     * main.php: put emphasis on server name
  400.  
  401. 2006-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  402.     * Documentation.html: patch #1519351, security alerts,
  403.       thanks to Juergen Wind - windkiel
  404.  
  405. 2006-07-09 Michal ─îiha┼Ö  <michal@cihar.com>
  406.     * Documentation.html: Readd accidentally removed quotes.
  407.  
  408. 2006-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  409.     * tbl_printview.php, db_datadict.php:
  410.       bug #1398748, print view and TIMESTAMP NULL
  411.  
  412. 2006-07-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  413.     * libraries/select_server.lib.php, main.php, libraries/left_header.inc.php:
  414.       move server selection in main to the 'right' (below 'phpMyAdmin')
  415.  
  416. 2006-07-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  417.     * left.php, libraries/header_meta_style.inc.php, libraries/header.inc.php:
  418.       fix to remove scrollbar bug in IE without quirks mode
  419.  
  420. 2006-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  421.     * db_details_qbe.php: deactivated some work in progress
  422.  
  423. 2006-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  424.     * db_details_structure.php, libraries/db_details_common.inc.php
  425.       libraries/db_details_db_info.inc.php:
  426.       bug #1518147, after displaying information_schema, displaying other
  427.       dbs does not show size
  428.     * libraries/auth/config.auth.lib.php: bug #1477402, if default server fails
  429.       you cannot switch in config auth
  430.  
  431. 2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  432.     * libraries/select_server.lib.php, css/phpmyadmin.css.php:
  433.       make serverlist a real html-list
  434.     * main.php: move server selection above server
  435.       details (more logical)
  436.  
  437. 2006-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  438.     * db_operations.php, tbl_properties_operations.php,
  439.       libraries/Table.class.php, libraries/export/sql.php,
  440.       tbl_move_copy.php:
  441.       a single-table copy did not copy the constraints;
  442.       also bug #1388048, constraints copied too early when copying a db
  443.  
  444. 2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  445.     * js\querywindow.js, libraries\footer.inc.php: renamed JavaScript function
  446.       refreshLeft() to refreshNavigation()
  447.     * libraries/Config.class.php: reload default configuration if config.inc.php
  448.       is removed
  449.  
  450. 2006-07-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  451.     * index.php, js\querywindow.js, querywindow.php, libraries\common.lib.php,
  452.       libraries\footer.inc.php, libraries\sql_query_form.lib.php:
  453.       bug #1477576 with rtl langs, navi links open in wrong frame
  454.  
  455. 2006-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  456.     * db_operations.php: undefined $table when copying a db
  457.  
  458. 2006-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  459.     * libraries/common.lib.php: escape also single quotes
  460.     ### 2.8.2 released from QA_2_8
  461.  
  462. 2006-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  463.     * libraries/Config.class.php: remove debug code
  464.     * libraries/common.lib.php: escape allowed parameters from non-token
  465.       requests
  466.  
  467. 2006-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  468.     * libraries/import/csv.php: Fix special case of Excel export with ; at the
  469.       end (bug #1511046).
  470.     * scripts/setup.php, libraries/compat/var_export.php: Add var_export
  471.       compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP
  472.       4.1 (bug #1513007).
  473.     * libraries/Config.class.php: Recalculate URL only if needed not all times
  474.       when using https.
  475.     * lang/slovak: Updated, thanks to Tomas Tatransky - droopytsf.
  476.     * lang/czech: Translated missing strings.
  477.  
  478. 2006-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  479.     * libraries/export/pdf.php, libraries/plugin_interface.lib.php, lang/*:
  480.       bug #1504218: display an explanation for what is a PDF export
  481.     * libraries/database_interface.lib.php: when a db directory has
  482.       wrong permissions/ownership, information_shema does not work
  483.       for all databases so we revert to SHOW TABLE STATUS
  484.  
  485. 2006-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  486.     * libraries/Config.class.php: bug #1501027, possible user/password
  487.       disclosure when switching from http to https
  488.  
  489. 2006-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  490.     * libraries/database_interface.lib.php, /export/sql.php, lang/*:
  491.     export of procedures and functions. Note: this needs improvement
  492.     because currently the DELIMITER for procedures is exported as a
  493.     comment. Users could remove the comment marker and feed this
  494.     to command-line mysql but it would be better to generate DELIMITER
  495.     not as a comment and parse it while importing.
  496.  
  497. 2006-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  498.     * lang/french: update
  499.     * lang/slovak: update, thanks to Tomas Tatransky - droopytsf
  500.     * lang/tatarish: update, thanks to Albert Fazl├¡
  501.     * libraries/auth/http.auth.lib.php: bug #1504662, display server message
  502.  
  503. 2006-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  504.     * libraries/Table.class.php: a typo disabled table copy operation
  505.  
  506. 2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  507.     * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
  508.     * libraries/common.lib.php::PMA_linkOrButton():
  509.       did not recognize hard coded & when ; is set as url separator in php
  510.     * js/querywindow.js, libraries/common.lib.php,
  511.       libraries/sql_query_form.lib.php: bug #1490556 Request-URI Too Large
  512.  
  513. 2006-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  514.     * libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
  515.  
  516. 2006-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  517.     * libraries/sql_query_form.lib.php, libraries/import/sql.php, lang/*:
  518.       bug # 1469699, can't create a stored procedure
  519.       Experimental, please test! I added a Delimiter field in the query form
  520.       so user can specify his special delimiter;
  521.       TODO: fix the display of the query which has a special delimiter
  522.             because for now it's empty
  523.  
  524. 2006-06-09 Marc Delisle  <lem9@users.sourceforge.net>
  525.     * tbl_select.php: bug #1490569, search with LIKE on numeric fields
  526.     * libraries/import.lib.php: support display of HANDLER statement results
  527.     * libraries/header.inc.php, libraries/auth/http.auth.lib.php,
  528.       /cookie.auth.lib.php, removed header_custom.inc.php:
  529.       patch #1502453, unnecessary disk access,
  530.       thanks to Juergen Wind (windkiel)
  531.     * libraries/footer.inc.php, libraries/auth/http.auth.lib.php,
  532.       /cookie.auth.lib.php, removed footer_custom.inc.php:
  533.       applied the same optimization
  534.  
  535. 2006-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  536.     * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when
  537.       the default server is 0
  538.  
  539. 2006-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  540.     * Documentation.html: various fixes, thanks to Cedric Corazza
  541.  
  542. 2006-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  543.     * libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid
  544.       showing the "cookies must be enabled" message if they are enabled
  545.     * Documentation.html: requirements: web browser with cookies enabled
  546.     * libraries/header.inc.php: show message about cookies also
  547.       when auth_type = http or config
  548.  
  549. 2006-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  550.     * libraries/common.lib.php: bug #1498108, support twice the separator
  551.       in db name, thanks to Sylvain Derosiaux
  552.  
  553. 2006-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  554.     * lang/french*: updates
  555.     * querywindow.php: $is_superuser was not defined
  556.     * sql.php: bug #1490422, lost connection to MySQL server (SELECT DISTINCT)
  557.  
  558. 2006-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  559.     * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).
  560.     * libraries/export/xml.php: Fix export to XML (bug #1497239).
  561.     * libraries/plugin_interface.lib.php: Show that plugin has no option if it
  562.       has only hidden inputs.
  563.     * sql.php: Do not compare db if not defined.
  564.     * server_binlog.php, server_processlist.php: No need to grab all results
  565.       to memory.
  566.     * libraries/export/htmlexcel.php: Fix extension (bug #1497239).
  567.     * libraries/export/csv.php: Handle correctly AUTO (bug #1497239).
  568.     * lang/*: Remove obsolete messages, add missing ones.
  569.     * lang/czech: Updated.
  570.     * libraries/session.inc.php: Remove unused code.
  571.     * libraries/Table.class.php, libraries/select_lang.lib.php, lang/*: Add
  572.       todo translations (bug #1436564).
  573.  
  574. 2006-05-29 Michal ─îiha┼Ö  <michal@cihar.com>
  575.     * lang/galician: Update, thanks to Xos├⌐ Calvo - xosecalvo.
  576.     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
  577.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  578.     * lang/italian: Update, thanks to Rebe - rebeluca.
  579.     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu.
  580.     * lang/finnish: Update, thanks to Yoneh - yoneh.
  581.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  582.     * lang/czech: Update.
  583.  
  584. 2006-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  585.     * main.php: bug #1496881, CVS link broken in main.php
  586.  
  587. 2006-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  588.     * tbl_change.php: bug #1451426, edit breaks protected BLOB field,
  589.       changes it from NULL to empty string
  590.  
  591. 2006-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  592.     * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table
  593.       view
  594.  
  595. 2006-05-21 Marc Delisle  <lem9@users.sourceforge.net>
  596.     * import.php, lang/*: bug #1467804, replaced strNothingToImport
  597.       by strNoDataReceived
  598.  
  599. 2006-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  600.     ### 2.8.1 released from MAINT_2_8_1
  601.  
  602. 2006-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  603.     * db_details_structure.php: indicate on the Sum line that storage type and
  604.       collation are the default values
  605.  
  606. 2006-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  607.     * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php,
  608.       /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification
  609.  
  610. 2006-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  611.     * server_privileges.php: bug #1478812, Add user (password containing
  612.       a backslash); also minor optimization
  613.  
  614. 2006-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  615.    * libraries/Table.class.php: bug #1475949, removing the default value
  616.  
  617. 2006-05-15 Michal ─îiha┼Ö  <michal@cihar.com>
  618.     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
  619.     * scripts/setup.php: Fix detection of writable config (bug #1488447).
  620.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
  621.       themes/darkblue_orange/css/theme_right.css.php,
  622.       themes/original/css/theme_right.css.php: Not so wide login form (RFE
  623.       #1445541).
  624.     * import.php, export.php: Increase magic contstant to avoid problems with
  625.       compression of some specific data (bug #1477029).
  626.  
  627. 2006-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  628.     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
  629.       (bug #1487613).
  630.     * changelog.php: There is no reason to make bug uppercase.
  631.  
  632. 2006-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  633.     * libraries/import.lib.php: bug #1482841, support USE statement in the import file
  634.  
  635. 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  636.     ### 2.8.0.4 released from MAINT_2_8_0
  637.  
  638. 2006-05-12 Michal ─îiha┼Ö  <michal@cihar.com>
  639.     * libraries/footer.inc.php: Escape user input to avoid XSS.
  640.     * libraries/common.lib.php, libraries/url_generating.lib.php: Better
  641.       handle other URL separator than & (bug #1487365).
  642.  
  643. 2006-05-06 Michal ─îiha┼Ö  <michal@cihar.com>
  644.     * Documentation.html: Describe better regullar expressions in hide_db
  645.       (patch #1482049, thanks to Isaac Bennetch - ibennetch).
  646.  
  647. 2006-05-05 Michal ─îiha┼Ö  <michal@cihar.com>
  648.     * libraries/export/sql.php: Fix UPDATE export with extended inserts
  649.       enabled (bug #1482103), fix export type selection.
  650.     * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
  651.       can override values in REQUEST (bug #1481584).
  652.     * lang/czech: Updated.
  653.  
  654. 2006-05-03 Michal ─îiha┼Ö  <michal@cihar.com>
  655.     * Documentation.html: Document OpenDocument export and various fixes.
  656.  
  657. 2006-05-02 Michal ─îiha┼Ö  <michal@cihar.com>
  658.     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
  659.       user input (CVE-2006-2031).
  660.     * server_databases.php: Fix path to image (needs to be lower case).
  661.     * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
  662.       it doesn't break utf-8.
  663.  
  664. 2006-04-28 Michal ─îiha┼Ö  <michal@cihar.com>
  665.     * Documentation.html, main.php, libraries/config.default.php: Possibility
  666.       to hide creating of database from main (RFE #1370100).
  667.     * Documentation.html, main.php, libraries/left_header.inc.php:
  668.       Customizable link under left logo (RFE #1111599).
  669.     * libraries/export/htmlword.php: Fix including column names.
  670.     * libraries/export/latex.php: Add missing crlf, remove unused code.
  671.     * libraries/export/ods.php: Use correct charset.
  672.     * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
  673.       Document Text export (RFE #1068007).
  674.     * libraries/opendocument.lib.php: Add document metainformation.
  675.     * libraries/opendocument.lib.php, libraries/export/ods.php,
  676.       libraries/export/odt.php: Include styles.xml in Open Document, now it
  677.       can be opened in KOffice, Gnumeric and OpenOffice.org.
  678.  
  679. 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  680.     * db_printview.php: fixed bug 'no tables found', refactored
  681.     * tbl_change.php, tbl_indexes.php: removed table formating, done in css
  682.  
  683. 2006-04-27 Michal ─îiha┼Ö  <michal@cihar.com>
  684.     * Documentation.html, libraries/config.default.php,
  685.       libraries/auth/cookie.auth.lib.php: Logout from all servers by default
  686.       (RFE #1370874).
  687.     * sql.php: Show results of REPLACE as affected as it contains both deleted
  688.       and inserted rows count (bug #1475765).
  689.     * libraries/common.lib.php: Better detection of duplicate rows (bug
  690.       #1477500).
  691.     * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
  692.       (eg. SELECT 1) (bug #1473484).
  693.     * libraries/import/sql.php: Do not strip MySQL conditional statements in
  694.       comments (patch #1459782, thanks to unconed - unconed).
  695.     * Documentation.html: Various fixes in documentation, mostly grammmar
  696.       (patch #1453198, thanks to Isaac Bennetch - ibennetch).
  697.     * lang/*: Remove *font_family.
  698.     * Documentation.html, import.php, querywindow.php, js/functions.js,
  699.       libraries/header.inc.php, libraries/import.lib.php: Improve
  700.       functionality of limiting DROP DATABASE (bug #1456082).
  701.     * libraries/language.lib.php, libraries/common.lib.php,
  702.       libraries/database_interface.lib.php, libraries/select_lang.lib.php:
  703.       Reload language file after switch to utf-8 translation (bug #1442605).
  704.     * tbl_properties_operations.php,
  705.       libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
  706.       DEFAULT (bug #1440966).
  707.  
  708. 2006-04-26 Michal ─îiha┼Ö  <michal@cihar.com>
  709.     * libraries/plugin_interface.lib.php:
  710.         - Display information that there are no settings.
  711.         - Be more verbose on error.
  712.         - Drop tables used for layout.
  713.         - Add support for groupping options.
  714.         - Support for forcing one of two bool/bgroups.
  715.         - Add documentation.
  716.         - Support for localised texts in defaults.
  717.     * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
  718.       themes/original/css/theme_right.css.php: New style for non table forms
  719.       used in plugins.
  720.     * libraries/config.default.php, libraries/display_export.lib.php,
  721.       libraries/export/*: Convert export to plugin architecture, so that
  722.       plugins are independant piece of code (RFE #1325937).
  723.     * db_operations.php, tbl_properties_operations.php,
  724.       libraries/Table.class.php: Adapt to changes in export.
  725.     * export.php, libraries/export/*: Use plugins for extension and MIME type.
  726.     * libraries/export/ods.php, libraries/opendocument.lib.php,
  727.       libraries/config.default.php, lang/*: Export to OASIS OpenDocument
  728.       Spreadsheet (RFE #1068007).
  729.     * lang/czech: Update.
  730.     * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
  731.       Allow forcing of export to file, it makes no sense to display PDF in
  732.       textarea ;-).
  733.     * libraries/display_export.lib.php: Reinclude table selection (bug
  734.       #1477226).
  735.     * libraries/auth/cookie.auth.lib.php: Remove unused function.
  736.     * libraries/auth/cookie.auth.lib.php, Documentation.html,
  737.       libraries/config.default.php: Allow configuration of cookie storage on
  738.       client (RFE #1095227).
  739.     * server_privileges.php, lang/*: Create database for newly created user
  740.       (RFE #479640).
  741.  
  742. 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  743.     * themes/*:
  744.       updated themes;
  745.       fixed bug #1452131 Fonts too large;
  746.       fixed bug #1446211 Colors hardcoded in theme css files;
  747.     * libraries/Theme_Manager.class.php: search themes on every script start
  748.     * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
  749.       use fallback (original) css file if not found in current theme
  750.       (no need to include unchanged files into theme, f. e. print.css)
  751.  
  752. 2006-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  753.     * libraries/common.lib.php: Make cookie login form work with token
  754.       protection.
  755.     * libraries/auth/cookie.auth.lib.php: Do not include empty values.
  756.     * changelog.php: Generate proper XHTML, make URLs clickable.
  757.  
  758. 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  759.     * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
  760.       css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
  761.       server_binlog.php, server_variables.php, tbl_change.php,
  762.       transformation_overview.php:
  763.       style upgrade
  764.     * changelog.php: replaced php short open tag
  765.  
  766. 2006-04-24 Michal ─îiha┼Ö  <michal@cihar.com>
  767.     * main.php: Fix logout link (bug #1474694).
  768.  
  769. 2006-04-21 Michal ─îiha┼Ö  <michal@cihar.com>
  770.     * libraries/import/csv.php: Fix importing files without trailing new line
  771.       (bug #1473944).
  772.     * Documentation.html: Document problems with PMA_blowfish on clusters of
  773.       different architectures (bug #1470912).
  774.     * Documentation.html: Document LoginCookieValidity (bug #1473357).
  775.  
  776. 2006-04-20 Michal ─îiha┼Ö  <michal@cihar.com>
  777.     * index.php: Check target against goto_whitelist.
  778.     * libraries/url_generating.lib.php, libraries/session.inc.php,
  779.       libraries/common.lib.php: Protect against external links which could
  780.       perform any action (CVE-2006-1804).
  781.     * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
  782.       email links, link releases to tags in CVS.
  783.  
  784. 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  785.     * server_databases.php: need brackets for correct calculation of page
  786.  
  787. 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  788.     * server_databases.php, libraries/database_interface.lib.php:
  789.       disable table stats for MySQL 5 by default
  790.     * server_databases.php:
  791.       use new functionality of PMA_DBI_get_databases_full() to limit display
  792.     * libraries/database_interface.lib.php:
  793.        - extended PMA_DBI_get_databases_full() to allow limiting and sorting
  794.        - added new function PMA_DBI_get_databases_count()
  795.     * libraries/config.default.php:
  796.       added new paramter to limit maximum displayed databases
  797.     * sql.php:
  798.        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
  799.        - re-use already existing code
  800.     * changelog.php:
  801.       link also js, html, pl, and sh files, FAQ entries
  802.       and contributors to their sf.net user page, smaller regex fixes
  803.  
  804. 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  805.     * export.php: bug #1443004 part 2: export views after the tables
  806.  
  807. 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
  808.     * export.php: bug #1443004 part 1: do not generate INSERT statements
  809.       for an exported VIEW
  810.  
  811. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  812.     * css/phpmyadmin.css.php:
  813.       fixed bug #1446017 red border in outdated themes
  814.     * libraries/common.lib.php:
  815.        - added option to PMA_arrayWalkRecursive() to use function also on keys
  816.        - un-magic_quotes_gpc also keys in GPC arrays
  817.     * libraries/db_table_exists.lib.php:
  818.       cleanup - what a mess; fixed several undefined variables
  819.     * tbl_printview.php:
  820.       fixed undefined variable by including libraries/tbl_properties_common.php
  821.     * changelog.php:
  822.       link users, files, bugs, rfes and patches
  823.     * libraries/footer.inc.php:
  824.       fixed bug #1454874 Javascript error in new (not framed) print window
  825.     * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
  826.       themes/darkblue_orange/css/theme_right.css.php,
  827.       themes/original/css/theme_right.css.php:
  828.       fixed bug #1444466 theme directory not being processed correctly
  829.     * libraries/common.lib.php, libraries/Theme_Manager.class.php:
  830.       fixed bug #1469174 configuration changes not accepted in theme manager
  831.     * libraries/Theme_Manager.class.php:
  832.       fixed bug #1469120 missing property in Theme_Manager class
  833.     * libraries/common.lib.php:
  834.       fixed bug #1469109 PMA_backquote() issues
  835.  
  836. 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  837.     * Documentation.html: clarification about config.default.php
  838.  
  839. 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  840.     * tbl_relation.php:
  841.       fixed bug #1459418 Add foreign key fail on column with ' in name
  842.     * index.php, libraries/auth/cookie.auth.lib.php,
  843.       libraries/auth/http.auth.lib.php, libraries/common.lib.php,
  844.       libraries/footer.inc.php, libraries/fpdf/fpdf.php,
  845.       libraries/grab_globals.lib.php, libraries/header.inc.php,
  846.       libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
  847.       libraries/Config.class.php:
  848.       use PMA_getenv()
  849.     * libraries/Config.class.php:
  850.       fixed not initilized variable in getCookiePath();
  851.     * libraries/common.lib.php:
  852.       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
  853.  
  854. 2006-04-11 Michal ─îiha┼Ö  <michal@cihar.com>
  855.     * lang/galician: Fix missing ; (bug #1468439).
  856.     * libraries/Config.class.php: Fix parsing of paths containing : (patch
  857.       #1461766).
  858.  
  859. 2006-04-10 Michal ─îiha┼Ö  <michal@cihar.com>
  860.     * libraries/Config.class.php: Check also default config mtime (bug
  861.       #1467620).
  862.     * libraries/Config.class.php: Better check for server system (patch
  863.       #1462738).
  864.     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
  865.  
  866. 2006-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  867.     * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
  868.       detect and report silent truncation (mysqli only)
  869.  
  870. 2006-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  871.     * libraries/display_import.lib.php, lang/*: bug #1449793,
  872.       respect file_uploads = Off
  873.  
  874. 2006-04-07 Michal ─îiha┼Ö  <michal@cihar.com>
  875.     * scripts/setup.php: Parse correctly new version numbers.
  876.  
  877. 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  878.     ### 2.8.0.3 released from branch MAINT_2_8_0
  879.     * themes/*/css/theme_left.css.php, /theme_right.css.php:
  880.       protection from unplanned execution path
  881.  
  882. 2006-03-28 Marc Delisle  <lem9@users.sourceforge.net>
  883.     * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
  884.       copy a db containing a VIEW
  885.  
  886. 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  887.     * sql.php: bug #1448890 Column expander doesn't work
  888.     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
  889.     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
  890.  
  891. 2006-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  892.     * db_operations.php, libraries/Table.class.php,
  893.       libraries/display_export.lib.php libraries/export/sql.php:
  894.       bug #1401864, DROP VIEW instead of DROP TABLE
  895.  
  896. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  897.     * db_operations.php, tbl_properties_operations.php,
  898.       libraries/display_export.lib.php, lang/*: start work for bug #1401864,
  899.       generation of DROP VIEW statements where appropriate
  900.  
  901. 2006-03-23 Michal ─îiha┼Ö  <michal@cihar.com>
  902.     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
  903.  
  904. 2006-03-23 Alexander M. Turek  <me@derrabus.de>
  905.     * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
  906.       German MySQL manual.
  907.  
  908. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  909.     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
  910.     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
  911.       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
  912.  
  913. 2006-03-22 Alexander M. Turek  <me@derrabus.de>
  914.     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
  915.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  916.  
  917. 2006-03-21 Alexander M. Turek  <me@derrabus.de>
  918.     * libraries/german-*.inc.php:
  919.       - Reviewed recently translated strings;
  920.       - updated some untranslated messages.
  921.  
  922. 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  923.     * server_privileges.php:  bug #1427707 Priv->user->pass radio buttons
  924.       unselectable: Sebastian's fix was not in HEAD
  925.     * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
  926.       error on overview Table.class.php
  927.  
  928. 2006-03-20 Alexander M. Turek  <me@derrabus.de>
  929.     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
  930.  
  931. 2006-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  932.     * db_details_structure.php: bug #1445853, overhead should use the
  933.       same display units
  934.     * lang/english*, /french*: use IEC binary units; use "B" for Bytes
  935.       and "o" for "Octets" in French
  936.     * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
  937.  
  938. 2006-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  939.     * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
  940.       is not defined (using an older config.inc.php), an error is displayed
  941.       when login fails
  942.  
  943. 2006-03-17 Michal ─îiha┼Ö  <michal@cihar.com>
  944.     * scripts/setup.php: Allow empty socket (bug #1452142).
  945.  
  946. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  947.     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
  948.     * libraries/Theme_Manager.class.php: XSS vulnerability
  949.     * libraries/common.lib.php: bug #1392554, turn off
  950.        zend.ze1_compatibility_mode due to mysqli problems
  951.     ### 2.8.0.2 released from branch MAINT_2_8_0
  952.  
  953. 2006-03-16 Michal ─îiha┼Ö  <michal@cihar.com>
  954.     * libraries/select_server.lib.php: Move end of fieldset to correct place
  955.       after button (patch #1450559).
  956.     * libraries/plugin_interface.lib.php: Add support for hidden inputs.
  957.     * libraries/common.lib.php: Do not forget wrongly configured servers,
  958.       otherwise user gets warning only on first access (RFE #1451521).
  959.     * libraries/auth/config.auth.lib.php: Show possible error messages.
  960.     * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
  961.       config errors even with no error reporting (RFE #1447173).
  962.     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
  963.  
  964. 2006-03-15 Michal ─îiha┼Ö  <michal@cihar.com>
  965.     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
  966.  
  967. 2006-03-14 Michal ─îiha┼Ö  <michal@cihar.com>
  968.     * lang/czech: Update, use binary prefixes.
  969.     * lang/english: Nothing to translate here.
  970.     * scripts/setup.php: Fix config loading (bug #1449821).
  971.  
  972. 2006-03-14 Alexander M. Turek  <me@derrabus.de>
  973.     * lang/german-*.inc.php: Use correct binary prefixes for byte units.
  974.  
  975. 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
  976.     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
  977.     * server_privileges.php: compatibility with MySQL < 4.0.2
  978.     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
  979.  
  980. 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  981.     * libraries/Config.class.php, /common.lib.php: bug #1445120,
  982.       cookie login not working on IIS
  983.  
  984. 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  985.     * libraries/display_tbl.lib.php: reactivate in-line image display
  986.     * transformation_wrapper.php: bug #1444121, octetstream download fails
  987.       on versions of PHP accepting only one line per header,
  988.       thanks to Ryan Schmidt
  989.  
  990. 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  991.     * libraries/database_interface.lib.php, tbl_create.php,
  992.       tbl_properties_operations.php: bug #1444892, TYPE deprecated in
  993.       MySQL 5.1
  994.     ### 2.8.0.1 released from branch MAINT_2_8_0
  995.  
  996. 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  997.     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
  998.       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
  999.  
  1000. 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  1001.     * main.php: bug #1443337, homepage link
  1002.     ### 2.8.0 released from branch MAINT_2_8_0
  1003.  
  1004. 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1005.     * libraries/Config.class.php, libraries/select_lang.lib.php,
  1006.       libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
  1007.       libraries/common.lib.php, libraries/header.inc.php,
  1008.       libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
  1009.       libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
  1010.       replaced $_SERVER and $_ENV with getenv()
  1011.       PMA should now work without registered $_ENV and $_SERVER variables
  1012.  
  1013. 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  1014.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1015.     * import.php, libraries/common.lib.php: bug #1413880, page status not
  1016.       preserved on Refresh
  1017.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  1018.  
  1019. 2006-03-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1020.     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
  1021.  
  1022. 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  1023.     * libraries/session.inc.php and removed .htaccess:
  1024.       bug #1411996: now we destroy an auto-started session
  1025.     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
  1026.  
  1027. 2006-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  1028.     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
  1029.       #1440926).
  1030.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  1031.       Allow to configure how often space is added (RFE #1440384).
  1032.  
  1033. 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  1034.     * libraries/relation.lib.php: bug #1437754, search combos default to
  1035.       key zero
  1036.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1037.  
  1038. 2006-02-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1039.     * libraries/config.default.php, libraries/header.inc.php,
  1040.       Documentation.html: More replacements for page title (RFE #1408241).
  1041.     * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
  1042.  
  1043. 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  1044.     * libraries/Config.class.php: bug #1418769 part 1: stat failed for
  1045.       ./config.inc.php (under PHP 4)
  1046.     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
  1047.  
  1048. 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  1049.     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
  1050.     * .htaccess: added a reference to FAQ 1.36
  1051.  
  1052. 2006-02-22 Michal ─îiha┼Ö  <michal@cihar.com>
  1053.     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
  1054.       Fixes for AIX wrapper, thanks to Bj├╢rn Wiberg - bwiberg.
  1055.     * libraries/database_interface.lib.php: New function for getting available
  1056.       SQL compatibility modes.
  1057.     * libraries/plugin_interface.lib.php: Add support for select options and
  1058.       documentation.
  1059.     * libraries/display_export.lib.php: Use new function for SQL compatibility
  1060.       modes.
  1061.     * libraries/import/sql.php, lang/*, libraries/config.default.php:
  1062.       Possibility to select SQL compatibility on import (RFE #1386132).
  1063.     * main.php, lang/*: Better message for reloading privileges (RFE
  1064.       #1420556).
  1065.     * Documentation.html, libraries/config.default.php,
  1066.       libraries/header.inc.php: Customizable window title (RFE #1408241).
  1067.     * main.php, libraries/server_links.inc.php, lang/*: Same title for
  1068.       processes link (RFE #1350356).
  1069.     * lang/*: Remove unused strTableType, resorted, added missing strings to
  1070.       various translations (timespanfmt was most often missing).
  1071.     * lang/czech: Update.
  1072.     * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
  1073.       export, move operation above query results into one fieldset (bug
  1074.       #1431420).
  1075.     * tbl_properties_operations.php: Enable optimize for InnoDB (bug
  1076.       #1415975).
  1077.     * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
  1078.       thanks to Patrick MONNERAT - monnerat).
  1079.     * Documentation.html, libraries/config.default.php,
  1080.       libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
  1081.       to use external authentication and use empty MySQL passwords (path
  1082.       #1388210, thanks to Patrick MONNERAT - monnerat).
  1083.     * .cvsignore: Do not ignore .htaccess.
  1084.  
  1085. 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1086.     * libraries/footer.inc.php:
  1087.       bug #1436279 Left frame links open in new windows in Safari
  1088.     * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
  1089.       added icon for new window
  1090.     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
  1091.     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
  1092.       added workaround for bug #1436171 Cannot display Capitalised Databases
  1093.     * js/querywindow.js: fixed 'mad' db slector
  1094.  
  1095. 2006-02-21 Michal ─îiha┼Ö  <michal@cihar.com>
  1096.     * scripts/setup.php:
  1097.         - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
  1098.         - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
  1099.     * libraries/export/sql.php: New line before values (RFE #1435919).
  1100.     * libraries/Config.class.php: Trim spaces from config file to avoid
  1101.       unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
  1102.       piotr_skowronek).
  1103.     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
  1104.       libraries/database_interface.lib.php: Compatibility with iconv charset
  1105.       names on AIX (patch #1420704, thanks to Bj├╢rn Wiberg - bwiberg).
  1106.     * libraries/import.lib.php: Skip byte order marks (bug #1423362).
  1107.  
  1108. 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1109.     * libraries/common.lib.php PMA_getUvaCondition():
  1110.       do not test for isset but strlen on orgname of table
  1111.     * libraries/Table.class.php: *NEW* class PMA_Table
  1112.     * tbl_addfield.php, tbl_create.php:
  1113.       use Table.class.php
  1114.     * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
  1115.       libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
  1116.       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
  1117.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  1118.       moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
  1119.       PMA_generateAlterTable() into class PMA_Table
  1120.     * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
  1121.       libraries/Table.class.php, libraries/tbl_move_copy.php:
  1122.       merged libraries/tbl_move_copy.php in class PMA_Table
  1123.     * libraries/Table.class.php:
  1124.       minor fixes and improvements, formating, documentation
  1125.     * libraries/relation.lib.php:
  1126.       check if $cfg['Server']['pmadb'] really exists and is selectable,
  1127.       minor tweaks and formating
  1128.     * libraries/common.lib.php PMA_getUvaCondition():
  1129.       fixed bug #1436058 Notices while browsing table
  1130.     * tbl_properties_operations.php, libraries/Table.class.php:
  1131.       make use of PMA_Table object for renaming tables
  1132.       (added also some required functionality to PMA_Table class)
  1133.  
  1134. 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
  1135.     ### 2.8.0-rc1 released from QA_2_8 branch
  1136.  
  1137. 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1138.     * libraries/dbi/mysqli.dbi.lib.php:
  1139.       - fixed undefined MYSQLI_BINARY_FLAG constant
  1140.       - documentation
  1141.     * server_status.php:
  1142.       - RFE #1434196 More significant digits in /status
  1143.       - replaced number_format() with PMA_formatNumber()
  1144.       - coding standards
  1145.     * js/querywindow.js, css/phpmyadmin.css.php:
  1146.       - RFE #1433382 visulal feat. request for left bar
  1147.     * sql.php:
  1148.       - fixed bug #1431422 Safari: Print view prints blank page
  1149.  
  1150. 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
  1151.     * libraries/common.lib.php: re-establish previous error reporting mode
  1152.     * sql.php: bug #1434576, undefined variable $db
  1153.     * libraries/storage_engines.lib.php: bug #1434578, missing argument
  1154.       for __construct()
  1155.     * Documentation.html: bug #1433633, document consequences of having
  1156.       a .htaccess file, thanks to Isaac Bennetch
  1157.  
  1158. 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1159.     * libraries/common.lib.php PMA_getUvaCondition():
  1160.        - fixed missing $analyzed_sql (partly bug #1431615)
  1161.        - added table names to column names (partly bug #1431615)
  1162.        - simplified search for alias
  1163.     * libraries/dbi/mysqli.dbi.lib.php:
  1164.       - make use of MYSQLI_* constants
  1165.       - added column types newdecimal and bit
  1166.  
  1167. 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  1168.     * tbl_change.php: bug #1415465, undefined $sql_query
  1169.     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
  1170.  
  1171. 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1172.     * libraries/sql_query_form.lib.php:
  1173.       fixed bug #1433882 html special chars not escaped in query in querybox
  1174.  
  1175. 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  1176.     * lang/*, db_details_structure.php:
  1177.       bug #1431352, no %d in strViewMaxExactCount
  1178.     * db_details_structure.php: bug #1431340, rowcount for views and
  1179.       unneeded $strViewMaxExactCount
  1180.     * libraries/common.lib.php: array to string conversion
  1181.     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
  1182.       when browsing
  1183.  
  1184. 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1185.     * docs.css, Documentation.html, translators.html:
  1186.       - XHTML 1.1, more semantic, formating
  1187.       - added glossar
  1188.       - linked all references
  1189.     * libraries/common.lib.php:
  1190.       - fixed bug #1432626 'bad url error after select "(Databases)..."'
  1191.     * libraries/select_server.lib.php:
  1192.       - fixed pre-select for current server (fixed type missmatch)
  1193.       - do not autosubmit on '(Server) ...'
  1194.     * css/print.css: fixed bug #1419696 'print css results in blank table output'
  1195.     * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
  1196.       fixed/cleaned printer output
  1197.     * libraries/footer.inc.php: do not print selflink
  1198.  
  1199. 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  1200.     * lang/italian: update, thanks to Luca Rebellato
  1201.     * lang/german: remove duplicates
  1202.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  1203.     * lang/finnish: update, thanks to Jouni Kahkonen
  1204.  
  1205. 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
  1206.     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
  1207.  
  1208. 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  1209.     * Documentation.html: XHTML error, thanks to C├⌐dric Corazza
  1210.     * Documentation.html: remove experimental status for MySQL 4.1 support
  1211.  
  1212. 2006-02-14 Alexander M. Turek  <me@derrabus.de>
  1213.     * lang/german-*.inc.php: Updates.
  1214.  
  1215. 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1216.     * db_details_structure.php, tbl_properties_structure.php:
  1217.       - fixed bug #1420474 'Consistency (order of truncate/drop)'
  1218.       - some PEAR coding standard
  1219.  
  1220. 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  1221.     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
  1222.       a stored procedure, thanks to JTC - jcqns
  1223.  
  1224. 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1225.     * libraries/common.lib.php:
  1226.       - fixed bug #1416848 'Insert new row from Browse page'
  1227.     * libraries/common.lib.php:
  1228.       - fixed bug #1409893 - links in navigation frame opens new window
  1229.     * libraries/select_server.lib.php:
  1230.       - fixed bug #1425688 'Server Select quirk'
  1231.       - valid XHTML 1.0
  1232.       - code readability
  1233.     * server_privileges.php:
  1234.       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
  1235.  
  1236. 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  1237.     * lang/english and hebrew: bug #1429769, typo
  1238.     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
  1239.       choice should be sticky
  1240.  
  1241. 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  1242.     * .htaccess added to main directory for bug #1411996; at least on
  1243.       servers supporting .htaccess we can run even if session.auto_start
  1244.       is enabled
  1245.     * lang/belarusian updates, thanks to Jaska Zedlik
  1246.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1247.  
  1248. 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1249.     * libararies/session.inc.php:
  1250.       stop execution and ommit warning on session.auto_start enabled
  1251.  
  1252. 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  1253.     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
  1254.       db drop from Databases link in main page
  1255.  
  1256. 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  1257.     * libraries/Config.class.php: leave the possibility of having a
  1258.       backslash in the path on non-Windows system, thanks to Michal;
  1259.       and bug #1418769, part 2: missing argument (PHP 4 constructor)
  1260.  
  1261. 2006-02-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1262.     * scripts/setup.php: Fix typos (bug #1424923).
  1263.  
  1264. 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1265.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  1266.       conversion (sorry to late :-( ), use of $_REQUEST
  1267.     * sql.php: fixed some 'not refreshing left frame'
  1268.     * import.php: refresh left frame also on multiqueries and bookmarks
  1269.     * libraries/common.lib.php:
  1270.        - fixed bug #1416848 'Insert new row from Browse page'
  1271.        - PMA_checkPageValidity() [bug #1416848]
  1272.        - added PMA_getIcon()
  1273.        - PMA_getDbLink(): unescape names
  1274.     * scripts/setup.php:
  1275.       fixed bug #1424274 'Found a problem in the setup script'
  1276.       (ShowPHPInfo -> ShowPhpInfo)
  1277.  
  1278. 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  1279.     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
  1280.       Windows, thanks to Alex - nixniemand
  1281.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  1282.       conversion
  1283.     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
  1284.       tbl_change.php: bug #1415465, undefined $sql_query
  1285.  
  1286. 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
  1287.     * db_details_structure.php: bug #1412058, damaged table reporting
  1288.     * import.php: bug #1418382, CSV import does not work
  1289.  
  1290. 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  1291.     * libraries/common.lib.php: bug #1418145, missing global,
  1292.           thanks to Bananeweizen
  1293.  
  1294. 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  1295.     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
  1296.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  1297.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1298.     * lang/italian: update, thanks to Luca Rebellato
  1299.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  1300.     * db_details_structure.php: bug #1396998, notice for view row count
  1301.       in table list
  1302.     * libraries/session.inc.php: bug #1414628, session.save_handler might
  1303.       be set to something different than "files". Thanks to Nicola Asuni
  1304.     ### 2.8.0-beta1 released
  1305.  
  1306. 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  1307.     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
  1308.     count for views, work in progress
  1309.  
  1310. 2006-01-26 Michal ─îiha┼Ö  <michal@cihar.com>
  1311.     * lang/czech: Translation update.
  1312.  
  1313. 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  1314.    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
  1315.      to centralise into it the VIEW detection logic
  1316.    * sql.php: affected rows are returned in case of DELETE with no WHERE
  1317.      clause, at least since MySQL 4.0.x, so no need to pre-count
  1318.  
  1319. 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1320.     * server_status.php:
  1321.       fixed bug: high ascii char in preg_match
  1322.     * lang/german-*: update
  1323.  
  1324. 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  1325.     * lang/*: strViewMaxExactCount for the VIEW row count detection
  1326.       I'm working on...
  1327.  
  1328. 2006-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1329.     * lang/czech: Translation update.
  1330.  
  1331. 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  1332.     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
  1333.       contained in an array
  1334.  
  1335. 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1336.     * tbl_printview.php: typo
  1337.  
  1338. 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  1339.     * export.php: bug #1410078, error exporting query ending with semicolon,
  1340.       thanks to Ryan Schmidt
  1341.  
  1342. 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  1343.     * main.php: already defined constant
  1344.     * libraries/display_create_table.lib.php: bug #1376314, I remove
  1345.       the check to detect the privilege to create a table (see comments
  1346.       in the code)
  1347.  
  1348. 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1349.     * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
  1350.       libraries/export/htmlword.php, libraries/export/latex.php,
  1351.       libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
  1352.       libraries/transformations.lib.php,
  1353.       libraries/transformations/text_plain__external.inc.php:
  1354.       fixed bug #1409972 PHP 5.1.2 compatibility
  1355.     * libraries/url_generating.lib.php:
  1356.       fixed bug: undefined index server ($GLOBALS['server'])
  1357.  
  1358. 2006-01-18 Michal ─îiha┼Ö  <michal@cihar.com>
  1359.     * Documentation.html: Add info about Apache CGI and http auth (patch
  1360.       #1375495).
  1361.  
  1362. 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1363.     * libraries/database_interface.lib.php:
  1364.       fixed bug: undefined index with empty database in db structure view
  1365.     * libraries/display_import.lib.php:
  1366.       fixed bug: display issues with Opera (and Safari?)
  1367.     * libraries/plugin_interface.lib.php:
  1368.       - fixed bug: display issues with Opera (and Safari?)
  1369.       - added source documentation
  1370.       - PEAR coding standard
  1371.       - clarified some variable names
  1372.     * db_sarch.php:
  1373.       fixed bug: Undefined variable: num_tables
  1374.     * [really much files]: (not complete) PEAR coding standard
  1375.  
  1376. 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  1377.     * server_privileges.php: typo
  1378.     * libraries/check_user_privileges.lib.php: bug #1406499,
  1379.       a username containing an hyphen could not create a db under
  1380.       MySQL 4.0.x, thanks to "timeout-"
  1381.     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
  1382.       thanks to Sebastian Mendel
  1383.  
  1384. 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1385.     * libraries/sql_query_form.lib.php: undefined js variable
  1386.     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
  1387.       now also accepts an array of database names not only a single name
  1388.     * libraries/common.lib.php: PMA_getTableList():
  1389.       added second parameter to pass tables (if already fetched from db)
  1390.     * left.php: make use of new functionality in PMA_getTableList() and
  1391.       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
  1392.     * libraries/common.lib.php:
  1393.       removed aditional check for table row count for left frame tree
  1394.       (bug #1397061 Left frame not loaded correct on MySQL error)
  1395.     * libraries/common.lib.php, left.php:
  1396.       bug #1392924 undefined index: tab_count
  1397.     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
  1398.       themes/*/css/theme_right.css.php:
  1399.       'fixed' layout of export screen for buggy safari and opera
  1400.     * db_operations.php, export.php, index.php, left.php,
  1401.       libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
  1402.       libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
  1403.       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
  1404.       libraries/export/sql.php, libraries/footer.inc.php,
  1405.       libraries/header.inc.php, libraries/left_header.inc.php,
  1406.       libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
  1407.       libraries/relation.lib.php, libraries/server_common.inc.php,
  1408.       libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
  1409.       libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
  1410.       libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
  1411.       server_databases.php, server_privileges.php, server_processlist.php,
  1412.       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
  1413.       tbl_indexes.php, tbl_replace.php:
  1414.       allow 0 as name for database, table collumn, alias and index
  1415.  
  1416. 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  1417.     * Documentation.html: typo, thanks to C├⌐dric Corazza
  1418.     * libraries/common.lib.php: remove high-ascii characters, and an
  1419.       assignment syntax that does not work on PHP 5.1.2
  1420.     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
  1421.  
  1422. 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  1423.     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
  1424.  
  1425. 2006-01-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1426.     * main.php: Do not fail if no server is defined.
  1427.     * main.php, libraries/left_header.inc.php,
  1428.       libraries/select_server.lib.php: Show server selection if no server set
  1429.       and we have one server configuration (bug #1399880).
  1430.     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
  1431.       #1402270).
  1432.  
  1433. 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  1434.     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
  1435.       semi-colon, generates a SHOW KEYS FROM no table name
  1436.  
  1437. 2006-01-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1438.     * import.php: Work on 10MB chunks if no memory limit is set (bug
  1439.       #1399477).
  1440.  
  1441. 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  1442.     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
  1443.       thanks to Ryan Schmidt
  1444.     * libraries/common.lib.php: bug #1397749, Safari: space before
  1445.       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
  1446.     * server_privileges.php: bug #1398018, Safari fieldset float issue in
  1447.       privileges screens, thanks to Ryan Schmidt
  1448.     * libraries/Config.class.php: bug #1398931, incorrect detection of
  1449.       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
  1450.  
  1451. 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  1452.     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
  1453.       columns as Null Yes
  1454.     * pdf_schema.php: display PDF schema did not work (missing dot)
  1455.  
  1456. 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
  1457.     * server_privileges.php: since we use DROP USER, some options to
  1458.       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
  1459.       so I remove them from the dialog. Thanks to Ken Stanley for
  1460.       the bug report.
  1461.     * server_status.php: patch #1395031, not proper URL encoding,
  1462.       adapted from proposed solution by Matt LaPlante, thanks
  1463.  
  1464. 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  1465.     * libraries/display_create_table.lib.php: bug #1389868,
  1466.       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
  1467.  
  1468. 2006-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1469.     * libraries/Config.class.php: Do not check permissions on Windows, it
  1470.       seems to be broken anyway.
  1471.  
  1472. 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
  1473.     * libraries/transformations.lib.php: remove some PHP3 compatibility code
  1474.  
  1475. 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
  1476.     * libraries/common.lib.php: bug #1388167, deleting a row in a table
  1477.       without a primary key, handle correctly is_js_confirmed
  1478.  
  1479. 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  1480.     * server_databases.php: bug #1388135, IE and dropping databases
  1481.     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
  1482.     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
  1483.       (MySQL 5.x)
  1484.     * libraries/Config.class.php: patch #1392181, typo,
  1485.       thanks to Luis Mirabal - normannormal
  1486.  
  1487. 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
  1488.     * main.php, libraries/check_user_privileges.lib.php:
  1489.       - reenable a non-privileged user to change his password
  1490.       - display the Reload MySQL link only if user has proper rights
  1491.     * Documentation.html: bug #1389582, unclosed code tag,
  1492.       thanks to Isaac Bennetch
  1493.  
  1494. 2005-12-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1495.     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
  1496.       dumps with commented out commands (eg. from mysqldump).
  1497.  
  1498. 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
  1499.     * tbl_change.php, libraries/common.lib.php: bug #1381856,
  1500.       Cannot edit a table having 40 columns
  1501.     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
  1502.       to PMA_setCookie, thanks to Isaac Bennetch
  1503.     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
  1504.       cannot change a value for a nullable field
  1505.  
  1506. 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  1507.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  1508.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  1509.     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
  1510.       bug #1349262, mismatch between PMA and MySQL about Storage Engine
  1511.       and table type
  1512.     * server_status.php, lang/*: bug #1348249, add a warning hint about
  1513.       the possibility of some counters being overrun (stats from MySQL server)
  1514.  
  1515. 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
  1516.     * libraries/common.lib.php: does not return to correct page after
  1517.       the creation of a bookmark
  1518.     * libraries/display_create_table.lib.php: bug #1376314, detection of
  1519.       privileges to create a table (fix for MySQL 4.0.x case)
  1520.     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
  1521.       bug #1385974, cannot un-null a value
  1522.  
  1523. 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1524.     * db_details_importdocsql.php, db_operations.php,
  1525.       libraries/relation.lib.php, libraries/relation_cleanup.lib.php
  1526.       libraries/tbl_move_copy.php, libraries/transformations.lib.php
  1527.       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
  1528.       added database name to relation querys
  1529.  
  1530. 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  1531.     * libraries/url_generating.lib.php: problem with accented table names
  1532.  
  1533. 2005-12-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1534.     * Documentation.html, libraries/common.lib.php,
  1535.       libraries/config.default.php, libraries/database_interface.lib.php: Add
  1536.       support for hiding databases (RFE #1372865).
  1537.     * Documentation.html, export.php, import.php,
  1538.       libraries/config.default.php: Configurable memory limit (RFE #1373904).
  1539.  
  1540. 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1541.     * libraries/Config.class.php:
  1542.       - added check is_readable for user config file
  1543.       - check config file also on wakeup (bug #1376522)
  1544.     * libraries/Config.class.php, libraries/common.lib.php:
  1545.       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
  1546.     * left.php, js/function.js: fixed undeclared javascript variables
  1547.     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
  1548.  
  1549. 2005-12-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1550.     * libraries/config.default.php, Documentation.html: Transliterate invalid
  1551.       chars by default (RFE #1380255).
  1552.     * left.php: Resurrect database link in light frame (bug #1373804).
  1553.     * index.php, js/querywindow.js: Move navigation frame to right for rtl
  1554.       languages.
  1555.  
  1556. 2005-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1557.     * querywindow.php: Fix query history displaying (bug #1374639).
  1558.  
  1559. 2005-12-12 Michal ─îiha┼Ö  <michal@cihar.com>
  1560.     * scripts/setup.php: Use same format of version file as in upgrade.pl.
  1561.  
  1562. 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1563.     * libraries/common.inc.php, libraries/grab_globals.inc.php:
  1564.       preprare removal of grab_globals:
  1565.        - moved stuff from grab_globals into common.inc.php
  1566.        - check/init global required variables like: $lang, $server, $db, $table,
  1567.          $convcharset, $goto, $back, $sql_query
  1568.        - introduced $goto-whitelist
  1569.        - PEAR coding standard
  1570.     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
  1571.       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
  1572.       libraries/relation.lib.php, scripts/setup.php:
  1573.        - check magic_quotes only once in common.inc.php
  1574.     * css/phpmyadmin.css.php, tbl_properties_operations.php:
  1575.       styled table operations dialog
  1576.     * db_search.php: revised
  1577.     * libraries/common.inc.php: fixed high ascii char
  1578.  
  1579. 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  1580.     * libraries/tbl_properties_links.inc.php: bug #1375752,
  1581.       wrong page after insert (losing many URL parameters)
  1582.  
  1583. 2005-12-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1584.     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
  1585.       as for setup.php, this one is autogenerated so there is no need for more
  1586.       manual steps.
  1587.     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
  1588.       Drop <base href=".." />, it should not be needed at all.
  1589.     * lang/czech: Update.
  1590.  
  1591. 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1592.     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
  1593.       - forgot debug code
  1594.       - correct result for non MySQL 5
  1595.  
  1596. 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  1597.     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
  1598.     * Documentation.html: anchors and formatting cleanup,
  1599.       thanks to C├⌐dric Corazza
  1600.     * libraries/relation.lib.php: bug #1370785, error browsing a table under
  1601.       PHP 4 when no controluser is defined but a pmadb is defined
  1602.  
  1603. 2005-12-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1604.     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
  1605.       CGI (inspired by patch #1375495).
  1606.     * Documentation.html: Clarify http auth description.
  1607.     * scripts/setup.php: Show available version information even when using
  1608.       CVS version.
  1609.     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
  1610.  
  1611. 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1612.     * libraries/dbi:
  1613.       PMA_DBI_free_result() now accepts more than one resource to be freed
  1614.     * libraries/database_interface.lib.php:
  1615.       - some comments, PEAR coding standard
  1616.       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
  1617.       - added PMA_DBI_get_columns_full()
  1618.       - PMA_DBI_fetch_result() now accepts an array as $key parameter
  1619.         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
  1620.       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
  1621.  
  1622. 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  1623.     * scripts/setup.php: Typos
  1624.     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
  1625.  
  1626. 2005-12-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1627.     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
  1628.       #1376391).
  1629.     * lang/czech: Fix typo.
  1630.     * tbl_select.php, libraries/display_tbl.lib.php,
  1631.       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
  1632.       server_privileges.php, server_binlog.php: Fix XHTML.
  1633.     * tbl_properties_export.php: Fix output before headers.
  1634.     * Documentation.html: Add commands how to setup config dir, note about
  1635.       changing permissions.
  1636.     * scripts/setup.php: Show Save and Load buttons disabled if saving not
  1637.       available.
  1638.     * libraries/Config.class.php: Refuse to load config file with world
  1639.       writable permissions, refuse to work with existing config dir.
  1640.     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
  1641.       if auth with default values fails.
  1642.     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
  1643.       array (bug #1370414).
  1644.     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
  1645.     * libraries/export/sql.php: Backquote database name (RFE#1376336).
  1646.     * libraries/plugin_interface.lib.php, import.php,
  1647.       libraries/display_import.lib.php, libraries/import/*: Generic plugin
  1648.       infrastructure and use it in import (needed for RFE#1325937), work in
  1649.       progress.
  1650.  
  1651. 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1652.     * libraries/tbl_move_copy.php: added PMA_table_rename()
  1653.     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
  1654.       moved table related output after possible table changes
  1655.     * libraries/tbl_properties_table_info.inc.php:
  1656.       added some comments and made some code more readable
  1657.     * tbl_properties_operations.php:
  1658.       complete revise (xhtml output, fieldsets, forms merged)
  1659.     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
  1660.     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
  1661.       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
  1662.     * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
  1663.       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
  1664.       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
  1665.       tbl_relation.php: moved tbl_properties_common.php into libraries
  1666.     * libraries/common.lib.php, libraries/tbl_properties_common.php,
  1667.       libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
  1668.       global init of $GLOBALS['url_params']
  1669.  
  1670. 2005-12-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1671.     * lang/*: Unused messages cleanup, add missing ones.
  1672.     * lang/sync_lang.sh: Less verbose output to allow quick overview.
  1673.     * lang/czech: Update.
  1674.     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
  1675.  
  1676. 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1677.     * libraries/Config.class.php: clear old config values
  1678.     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
  1679.     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
  1680.       - PEAR coding standard
  1681.       - added comments
  1682.       - added more status variables
  1683.     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
  1684.       - added PMA_StorageEngine::getMysqlHelpPage()
  1685.     * server_engines.php:
  1686.       - display link to mysql manual for specific engine
  1687.     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
  1688.       arrange innodb buffer pool tables side by side
  1689.     * css/phpmyadmin.css.php, server_collations.php:
  1690.       - use style classes
  1691.       - PMA_NO_VARIABLES_IMPORT
  1692.     * server_variables.php:
  1693.       - use style classes
  1694.       - format numbers
  1695.       - display only global variables that differs from local/session
  1696.       - use PMA_DBI_fetch_result()
  1697.       - PMA_NO_VARIABLES_IMPORT
  1698.     * js/querywindows.js:
  1699.       - added setTable()
  1700.       - set empty table on db change (bug #1375387)
  1701.     * left.php: removed unsused javascript event
  1702.     * index.php, left.php, libraries/sql_query_form.lib.php:
  1703.       syncronize id and name attribute for frame tags but keep IE sending
  1704.       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
  1705.  
  1706. 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  1707.     * libraries/common.lib.php: bug #1374236, sorting order
  1708.     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
  1709.       login panel not propagated
  1710.  
  1711. 2005-12-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1712.     * libraries/config.default.php: Modify default export configuration (RFE
  1713.       #1373891).
  1714.     * libraries/database_interface.lib.php: Do not add BINARY types multiple
  1715.       times (bug #1374457).
  1716.     * libraries/common.lib.php, libraries/config.default.php: Variable name
  1717.       should be ForceSSL and not ForceSLL (bug #1374452).
  1718.  
  1719. 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1720.     * libraries/common.lib.php:
  1721.       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
  1722.       - PMA_getTab(): use $_SERVER['PHP_SELF']
  1723.     * libraries/display_import.lib.php: missing '/' for closing div tag
  1724.     * libraries/display_export.lib.php: no name attribute for sup tag
  1725.     * server_engines.php:
  1726.       - revised (style, code, xhtml output)
  1727.       - use variable name as title if title is empty
  1728.       - make use of PMA_formatNumber() for non byte numeric values
  1729.       - set PMA_NO_VARIABLES_IMPORT
  1730.     * libraries/storage_engines.lib.php: revised
  1731.       - added PHP 5 constructor
  1732.       - added comments
  1733.       - PEAR coding standard
  1734.     * libraries/engines/innodb.lib.php:
  1735.       - revised (style, code, xhtml output)
  1736.       - added more status variables
  1737.       - PEAR coding standard
  1738.       - make use of PMA_formatNumber()
  1739.       - added comments
  1740.     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
  1741.  
  1742. 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1743.     * libraries/common.lib.php: added PMA_array_merge_recursive()
  1744.     * libraries/Config.class.php:
  1745.       - make use of PMA_array_merge_recursive()
  1746.       - correctly reset config variables on changes in config.inc.php
  1747.     * sql.php: hide edit/delete links for information_schema (bug #1373201)
  1748.     * db_operations.php: revised (style, code, xhtml output)
  1749.  
  1750. 2005-12-05 Michal ─îiha┼Ö  <michal@cihar.com>
  1751.     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
  1752.     * export.php: Check for correct parameters.
  1753.     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
  1754.       Fix import of some CSV files (bug #1373731), provide better error
  1755.       messages.
  1756.     * lang/czech: Update.
  1757.     * import.php, libraries/display_import.lib.php: Fix import layout (bug
  1758.       #1370416), prefer recoding of strings over changing MySQL charset as in
  1759.       this case we can show resulting queries.
  1760.  
  1761. 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  1762.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1763.     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
  1764.       before MySQL 4.0.17, and because "it does nothing" (cf manual)
  1765.       ### 2.7.0 released
  1766.  
  1767. 2005-12-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1768.     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
  1769.       Marc!).
  1770.     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
  1771.     * lang/czech: Update.
  1772.  
  1773. 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
  1774.     * export.php, libraries/config.default.php, libraries/export/pdf.php,
  1775.       libraries/display_export.php, lang/*.php: experimental PDF export
  1776.  
  1777. 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1778.     * libraries/header.inc.php: missing ; for html entity,
  1779.       thanks to Matt "Cyber Dog"
  1780.     * tbl_properties_structure.php: fixed bdo tag and id names
  1781.       thanks to Matt "Cyber Dog"
  1782.     * libraries/tbl_indexes.lib.php: fixed missing quote
  1783.       thanks to Matt "Cyber Dog"
  1784.     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
  1785.       tbl_indexes.php: revised XHTML output
  1786.     * themes/original/css/theme_left|right_css.php: use $GLOBALS
  1787.  
  1788. 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1789.     * libraries/common.lib.php, Theme.class.php:
  1790.       missing '/' in img path (bug #1370437)
  1791.     * libraries/Config.class.php:
  1792.       no error for missing config file (bug #1370269)
  1793.     * libraries/session.inc.php: session cookie path (bug #1370294)
  1794.     * libraries/Theme_Manager.class.php: update theme list on wakeup
  1795.  
  1796. 2005-11-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1797.     * lang/*: Messages for Sebastian.
  1798.     * libraries/Config.class.php: Actually load configuration.
  1799.     * Documentation.html, config.default.php (deleted),
  1800.       libraries/Config.class.php, libraries/config.default.php: Move
  1801.       config.default.php to librarires (bug #1365759).
  1802.     * scripts/setup.php: Adapted to new Config class, fix code generation.
  1803.  
  1804. 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1805.     * libraries/Config.class.php:
  1806.       - merged code from common.inc.php and defines.lib.php
  1807.       - allow to load without user config
  1808.     * libraries/common.inc.php:
  1809.       - make use of new PMA_Config class
  1810.       - merged PMA_dl() from libraries/defines.lib.php
  1811.     * libraries/defines.lib.php: removed
  1812.     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
  1813.     * scripts/create-release.sh: removed references to defines.lib.php
  1814.  
  1815. 2005-11-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1816.     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
  1817.       as last byte.
  1818.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1819.     * lang/czech: Update.
  1820.     * scripts/setup.php: Added check for latest version and links to homepage
  1821.       and donations page.
  1822.  
  1823. 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
  1824.     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
  1825.       bug #1367549, handling of CURRENT_TIMESTAMP
  1826.  
  1827. 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1828.     * libraries/common.lib.php
  1829.       - added PMA_setCookie() and PMA_removeCookie()
  1830.     * index.php, libraries/common.lib.php:
  1831.       - moved setting of cookies from index.php into common.lib.php
  1832.     * index.php
  1833.       - revised the parameter passing code
  1834.       - make use of new functionality of PMA_generate_common_url()
  1835.     * css/phpmyAdmin.css.php:
  1836.       - removed some unused deprecated elements
  1837.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  1838.       - added some functionality
  1839.       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
  1840.     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
  1841.       index.php, libraries/auth/config.auth.lib.php,
  1842.       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
  1843.       - make use of new PMA_Theme and PMA_Theme_Manager classes
  1844.       - remove libraries/select_theme.lib.php
  1845.     * libraries/Config.class.php:
  1846.       new class for handling config
  1847.  
  1848. 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
  1849.     * lang/italian: update, thanks to Luca Rebellato
  1850.  
  1851. 2005-11-28 Michal ─îiha┼Ö  <michal@cihar.com>
  1852.     * scripts/setup.php:
  1853.         - Don't allow loading of configuration if there is no write permission
  1854.           on config.
  1855.         - Add links to documentation.
  1856.         - Document all functions.
  1857.         - Warn about missing mbstring and old PHP version.
  1858.         - Display all warnings in one place.
  1859.     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
  1860.     * Documentation.html: Add anchors to configuration directives.
  1861.     * libraries/sqlparser.lib.php: Do not use functions not supported by older
  1862.       PHP (bug #1367782).
  1863.     * libraries/string.lib.php: This line should not be commented out.
  1864.  
  1865. 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1866.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  1867.       new classes for handling themes
  1868.     * libraries/select_lang.lib.php:
  1869.       - revised
  1870.       - added check for lang directory (./lang/)
  1871.       - check files for languages
  1872.       - use PMA_sendHeaderLocation()
  1873.     * libraries/common.lib.php: moved all function to top, to make this as
  1874.       early as possible available
  1875.  
  1876. 2005-11-27 Michal ─îiha┼Ö  <michal@cihar.com>
  1877.     * Documentation.html, scripts/setup.php: Many new features to setup
  1878.       script.
  1879.     * pdf_schema.php: Do not use right_font_family.
  1880.     * lang/czech: Update.
  1881.     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
  1882.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1883.       Store HTML entities rather than relying on php functions to create them.
  1884.  
  1885. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1886.     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
  1887.     * libraries/common.lib.php, libraries/export/sql.php,
  1888.       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
  1889.       tbl_replace.php, tbl_row_action.php:
  1890.       define variables only where needed, and use NULL to define them
  1891.       if some places test only for isset and not for content
  1892.     * libraries/select_lang.lib.php:
  1893.       - fixed unchecked variables as it was originaly in my mind
  1894.       - added error message if requested lang could not be set
  1895.       - set fallback to en-utf-8
  1896.       - minore fixes
  1897.  
  1898. 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  1899.     * main.php: move server choice into MySQL container
  1900.     * libraries/select_server.lib.php: show currently selected server
  1901.     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
  1902.       does not exist)
  1903.  
  1904. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1905.     * libraries/url_generating.lib.php:
  1906.       - do not htmlentities on whole string
  1907.       - respect arg_separator.input from php.ini
  1908.     * libraries/common.lib.php:
  1909.       - make PMA_sendHeaderLocation() earlier available
  1910.       - add SID only if set
  1911.       - check for url params already exist or not (wether & . SID or ? . SID)
  1912.       - respect arg_separator.input from php.ini
  1913.     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
  1914.       and new functionality of PMA_generate_common_url()
  1915.     * themes/original: revised
  1916.     * themes/darkblue_orange: revised
  1917.  
  1918. 2005-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1919.     * Documentation.html, config.footer.inc.php(deleted),
  1920.       config.header.inc.php(deleted), libraries/common.lib.php,
  1921.       libraries/footer.inc.php, libraries/footer_custom.inc.php,
  1922.       libraries/header.inc.php, libraries/header_custom.inc.php,
  1923.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1924.       Header and footer per themes (RFE #984152) [this part removed later],
  1925.       config.{header,footer}.inc.php files are now optional.
  1926.     * libraries/select_lang.lib.php: Fix undefined indexes.
  1927.     * */.cvsignore: Ignore custom headers and temporary files from Vim.
  1928.     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
  1929.       to Sebastian and Marc.
  1930.     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
  1931.     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
  1932.       #601016).
  1933.  
  1934. 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  1935.     * js/querywindow.js: bug #1365503, "do not overwrite this query"
  1936.  
  1937. 2005-11-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1938.     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
  1939.       XSS on some libraries (CVE-2005-3665).
  1940.     * *.php, libraries/*.php: Move scritps that don't need direct access to
  1941.       libraries folder.
  1942.     * Documentation.html: Up to date information about relation stuff.
  1943.     * tbl_query_box.php: Remove unused file.
  1944.     * libraries/tbl_properties.inc.php: Disable clicking events on table
  1945.       creation (bug #1358896).
  1946.     * js/functions.js: Better support for noclickable rows (see above).
  1947.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1948.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1949.     * lang/czech: Updated.
  1950.  
  1951. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1952.     * themes/original/*, css/phpmyadmin.css.php:
  1953.       - updated theme
  1954.       - added version, to include only needed styles
  1955.     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
  1956.       PMA_DBI_get_host_info()
  1957.     * main.php, css/phpmyadmin.css.php:
  1958.       - replaced table layout
  1959.       - added some more infos
  1960.     * themes/original/css/theme_left.cs..php: fixed font size
  1961.     * libraries/url_generating.lib.php:
  1962.       - dont add variables already in cookie (reduces html output up to 30%)
  1963.       - can pass all url variables as array to function
  1964.     * main.php, index.php: moved setting of cookies into index.php
  1965.     * libraries/select_lang.lib.php: made code more reliable
  1966.     * index.php: wrong check for safari
  1967.  
  1968. 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1969.     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
  1970.     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
  1971.       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
  1972.       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
  1973.       header_printview.inc.php, header_meta_style.inc.php, themes.php:
  1974.       - drop PMA_setFontSizes()
  1975.     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
  1976.       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
  1977.       libraries/auth/cookie.auth.lib.php, server_collations.php
  1978.       - moved styles into css
  1979.     * themes.php, css/phpmyadmin.css.php:
  1980.       - moved styles into css
  1981.       - no need for javascript
  1982.     * relation.lib.php: uninitialized variable
  1983.     * tbl_select.php, css/phpmyadmin.css.php:
  1984.       - moved styles into css
  1985.       - minor code improvements
  1986.  
  1987. 2005-11-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1988.     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
  1989.       Drop optional escaping as this should not have any real functionality.
  1990.     * libraries/import.lib.php: Do not overwrite error message from import in
  1991.       case of single SQL query is being executed.
  1992.     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
  1993.       DATA (bug #1363532).
  1994.     * lang/*: Remove unused messages.
  1995.     * main.php, libraries/display_select_lang.lib.php,
  1996.       libraries/auth/cookie.auth.lib.php: Common code for language selection
  1997.       form.
  1998.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1999.       Show native names of languages (RFE #1342726).
  2000.     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
  2001.     * Documentation.html, config.default.php, libraries/common.lib.php:
  2002.       Configurable default connection collation (RFE #1025969).
  2003.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
  2004.       fieldsets on login form (RFE #1364546), use notice box for cookie
  2005.       information.
  2006.     * libraries/display_select_lang.lib.php,
  2007.       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
  2008.     * main.php, libraries/left_header.inc.php,
  2009.       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
  2010.       Functionalised server selection and use it in cookie auth (RFE
  2011.       #1362727).
  2012.     * libraries/common.lib.php: Do not complain if config file is not present,
  2013.       as we can still work in this case (bug #1364647).
  2014.     * lang/*: Added missing $strInvalidServerHostname.
  2015.     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
  2016.     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
  2017.     * header.inc.php: Remove unused code.
  2018.     * Documentation.html, tbl_properties.inc.php,
  2019.       transformation_overview.php, libraries/transformations/overview.php
  2020.       (deleted): Move transformation overview out of libraries folder.
  2021.     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
  2022.       header.inc.php, index.php, pdf_pages.php, querywindow.php,
  2023.       tbl_change.php, tbl_properties.inc.php,
  2024.       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
  2025.       stuff out of libraries folder.
  2026.     * libraries/.htaccess: Deny access to libraries folder over HTTP.
  2027.     * Documentation.html: Recommend disabling access to libraries folder.
  2028.     * libraries/display_export.lib.php, lang/*: Better description for
  2029.       filename format (RFE #1362423).
  2030.     * Documentation.html, index.php: Add target parameter to index.php to
  2031.       allow direct jump to any script.
  2032.     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
  2033.       time outs.
  2034.     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
  2035.       libraries/common.lib.php: Add link for duplicating current frameset (RFE
  2036.       #1165206).
  2037.     * config.default.php, sql.php, Documentation.html: Allow browse page to be
  2038.       default (RFE #1228013).
  2039.     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
  2040.       pass default query to sql.php as it is not needed right now.
  2041.     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
  2042.       tbl_properties_structure.php, libraries/display_tbl.lib.php,
  2043.       libraries/export/htmlword.php, libraries/export/latex.php: Use native
  2044.       MySQL comments when applicable (RFE #1362923).
  2045.  
  2046. 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2047.     * added test/theme.php: for testing themes
  2048.     * phpinfo.php:
  2049.       - respect only $GLOBALS['cfg']['ShowPhpInfo']
  2050.       - minimum include
  2051.     * libraries/common.lib.php
  2052.       - merged two server array checks
  2053.       - dont exit if user config loading failed
  2054.       - dont exit with invalid server index
  2055.       - use file_get_contents() or file() if not present
  2056.       - removed wrong error message
  2057.       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
  2058.  
  2059. 2005-11-21 Michal ─îiha┼Ö  <michal@cihar.com>
  2060.     * libraries/import/sql.php: Fix query splitting in some cases (reported by
  2061.       Marc).
  2062.     * libraries/common.lib.php, lang/*: Translate message that has been
  2063.       ignored for 2.7.0 release.
  2064.     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
  2065.       documentation as it is latest stable version.
  2066.     * main.php, libraries/select_server.lib.php,
  2067.       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
  2068.       #1362671).
  2069.     * index.php: Avoid XSS on HTTP_HOST.
  2070.  
  2071. 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
  2072.     ### 2.7.0-rc1 released
  2073.     * many files: $dbh becomes $controllink for better contrast with $userlink
  2074.  
  2075. 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2076.     * libraries/common.lib.php::PMA_showMySQLDocu()
  2077.       - undefined constant (if server connection fails)
  2078.     * libraries/select_theme.lib.php
  2079.       - undefined variable (if server connection fails)
  2080.  
  2081. 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  2082.     * libraries/database_interface.lib.php: initialize in case there are
  2083.       no databases (MySQL < 5.0)
  2084.  
  2085. 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2086.     * server_databases.php:
  2087.       - require_once common.lib.php BEFORE ANYTHING else
  2088.       - unified style, removed tables
  2089.       - removed superuser check for dbstats
  2090.     * css/phpmyadmin.css.php:
  2091.       - small improvements
  2092.     * themes/darkblue_orange/css/*
  2093.       - fixed font sizes
  2094.     * lang/english-*: small improvements
  2095.     * tbl_properties_structure.php
  2096.       - do not truncate rowcount and next autoindex
  2097.     * /*
  2098.       - common.lib.php should REALLY REALLY and ALWAYS be the first include
  2099.       - no other calls to grab_gloabls.lib.php
  2100.     * fixed minimum_common for css files
  2101.     * header.inc.php: missing ; after "
  2102.     * libraries/function.js::pdfPaperSize()
  2103.       - function does not always return a vlaue
  2104.       - undeclared variables
  2105.     * libraries/display_export.lib.php
  2106.       - use superscript tag for comment
  2107.     * server_links.inc.php
  2108.       - require_once server_common.inc.php
  2109.  
  2110. 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  2111.     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
  2112.     * lang/finnish: update, thanks to Jouni Kahkonen
  2113.     * lang/belarusian updates, thanks to Jaska Zedlik
  2114.  
  2115. 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2116.     * libraries/grab_globals.lib.php: just to be sure:
  2117.       - clean/empty $GLOBALS with $variables_whitelist
  2118.       - unset some vars after use
  2119.       - check all superglobals that could be imported by register_globals=on
  2120.         for GLOBALS key (not only _REQUEST and _FILES )
  2121.       - added $import_blacklist
  2122.         - added variables starting with pma_, numeric or containing spaces
  2123.         - *REVERT* do not prevent import pma_*
  2124.       - rewrote PMA_gpc_extract()
  2125.         - use $import_blacklist
  2126.         - documentation
  2127.     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
  2128.       libraries/select_lang.php: keep the global space clean
  2129.       - unset variables after use
  2130.       - commented out some never used variables
  2131.     * main.php, libraries/common.lib.php, libraries/dbi/*:
  2132.       - added $GLOBALS['PMA_errors'] array
  2133.     * libraries/database_interface.lib.php, libraries/dbi/*:
  2134.       fall back to alternative mysql extension if selected fails and switch to
  2135.       error.php if this fails too
  2136.        - moved loading of extension out of libraries/dbi/* into
  2137.          libraries/database_interface.lib.php
  2138.     * libraries/sanitizing.lib.php: dont use deprecated tags
  2139.     * lang/german-*: fixed $strCantLoad
  2140.  
  2141. 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
  2142.     * tbl_properties_links.php: missing menu tabs
  2143.     * Documentation.html, config.default.php, footer.inc.php,
  2144.       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
  2145.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
  2146.       new Query Window behavior
  2147.  
  2148. 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2149.     * added missing themes/darkblue_orange/img/error.ico
  2150.     * themes/darkblue_orange/css/theme_right.css.php
  2151.       - wrong error.ico
  2152.     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
  2153.       themes/*/img/frm_linevrlt.png
  2154.       - removed
  2155.  
  2156. 2005-11-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2157.     * css/phpmyadmin.css.php: Do not use common header file, as there is
  2158.       nothing common at all.
  2159.     * libraries/header_http.inc.php: Allways send text/html content type.
  2160.     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
  2161.       transformation_wrapper.php: Use define rather than variable for
  2162.       conditional paths.
  2163.     * libraries/display_create_database.lib.php: Add label for create database
  2164.       input.
  2165.  
  2166. 2005-11-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2167.     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
  2168.  
  2169. 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2170.     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
  2171.       bug #1342683 Wrong URL to error.ico
  2172.     * libraries/tooltip.js::pmaTooltip():
  2173.       - no return value (not always returns a value)
  2174.       - additional check
  2175.       - undefined variable docY
  2176.     * libraries/left_header.inc.php
  2177.       - added class icon
  2178.     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  2179.       - added class icon to images
  2180.       - fixed select all rows
  2181.       - removed arrow_ltr/rtl.png for vertical display
  2182.       - cleaned up php code and html output
  2183.     * css/phpmyadmin.css.php:
  2184.       - removed space arround form elements
  2185.  
  2186. 2005-11-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2187.     * Documentation.html, config.default.php, main.php, server_links.inc.php,
  2188.       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
  2189.       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
  2190.       condition from showing php info.
  2191.     * lang/czech: Small improvements.
  2192.  
  2193. 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2194.     * db_details_structure.php: wrong js function call
  2195.     * libraries/functions.js
  2196.       - removed deprecated function setCheckboxesRange()
  2197.       - rewrote setCheckboxes()
  2198.       libraries/server_privilegs.js
  2199.       - removed setCheckboxes()
  2200.       header.inc.php: include functions.js for server_privilegs.php
  2201.       server_privilegs.php
  2202.       - bug #1353437 Table/Column privileges brokeness new in HEAD
  2203.       - fixed proper display fo yes/no for column/table specific rights
  2204.       - fixed row selection
  2205.       - make use of javascript:un/markAllRows()
  2206.       - adapted layout like db, table and row lists
  2207.     * lang/german: fixed translation
  2208.  
  2209. 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
  2210.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  2211.     * lang/finnish: update, thanks to Jouni Kahkonen
  2212.  
  2213. 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  2214.     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
  2215.       if PHP does not support session
  2216.     * server_privileges.php: bug #1353435, selecting users to drop is broken
  2217.       and bug #1353437, undefined index while editing a user
  2218.  
  2219. 2005-11-10 Michal ─îiha┼Ö  <michal@cihar.com>
  2220.     * scripts/create-release.sh: = is correct for comparsion in shell.
  2221.     * server_privileges.php: Revert fix for #1353437, there are wrong data and
  2222.       not displaying of it, fix bad display of table privileges.
  2223.  
  2224. 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  2225.     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
  2226.     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
  2227.     * tbl_properties.inc.php: superscript 1 for Length/Values
  2228.  
  2229. 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2230.     * server_databases.php, mysql_charsets-lib.php:
  2231.       bug #1351743 undefined function: pma_getservercollation()
  2232.     * database_interface.lib.php: added PMA_DBI_get_default_engine()
  2233.     * db_details_structure.php:
  2234.       - fixed display issues
  2235.       - display default engine in footer
  2236.     * libraries/common.lib.php: added PMA_getDbLink
  2237.     * libraries/display_create_table.lib.php: use fieldset
  2238.     * server_privilegs.php, libraries/server_privilegs.js:
  2239.        - db with only table specific rights where not displayed if there was not
  2240.          at least one db with db specfic rights
  2241.        - javascript errors
  2242.     * function.js, db_details_structure.php, tbl_properties_structure.php,
  2243.       display_tbl.lib.php, server_databases.php:
  2244.        - added js:markAllRows(), js:unMarkAllRows()
  2245.        - check/uncheck all rows now sets mark color for this rows
  2246.  
  2247. 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2248.     * Documentation.html, browse_foreigners.php, error.php,
  2249.       header_printview.inc.php, index.php, left.php, translators.html,
  2250.       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
  2251.       fixed/added favicon
  2252.     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
  2253.  
  2254. 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  2255.     * tbl_properties_links.php: undefined variable $db_is_information_schema
  2256.     ### 2.7.0-beta1 released
  2257.  
  2258. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2259.     * libraries/display_tbl.lib.php:
  2260.       bug #985399 MIME-based in print view / need to select the pk
  2261.     * db_details_db_info.php: Undefined variable: db_is_information_schema
  2262.     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
  2263.  
  2264. 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  2265.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2266.  
  2267. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2268.     * libraries/database_interface.lib.php,
  2269.       libraries/dbi/*.dbi.lib.php:
  2270.       - added PMA_DBI_convert_message()
  2271.       - bug #1344654 Not converted mysql error message to chosen user language
  2272.     * sql.php: use fieldset for 'bookmark this'
  2273.  
  2274. 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2275.     * themes/*/css/theme_right.css.php:
  2276.       dropped deprecated style classes
  2277.     * server_databases, libraries/databases_interface.lib.php,
  2278.       libraries/mysql_charsets.lib.php:
  2279.       updated database list:
  2280.       - added PMA_getServerCollation()
  2281.         - display server collation in db list footer
  2282.       - added PMA_DBI_get_databases_full()
  2283.         - make use of info_schema on MySQL 5
  2284.         - always display db stats for MySQL 5
  2285.       - fixed html output
  2286.       - replaced " with ' in some queries
  2287.     * tbl_properties_structure.php, tbl_properties_common.php
  2288.       tbl_properties_links.php:
  2289.       - no drop, empty, operation, insert, import for information_schema tables
  2290.       - enabled export for views
  2291.     * db_details_common.php, db_details_structure.php, db_details_links.php:
  2292.       - no import, drop, rights, operation for information_schema
  2293.  
  2294. 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  2295.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2296.  
  2297. 2005-11-04 Michal ─îiha┼Ö  <michal@cihar.com>
  2298.     * db_details_structure.php: Read InnoDB exact count before rendering icons
  2299.       for truncating (bug #1337744).
  2300.  
  2301. 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2302.     * db_details_structure.php:
  2303.       fixed display of stats for InnoDB and information_schema
  2304.     * main.php:
  2305.       - bug #1348089 SQL and actions bellow should be same width
  2306.       - removed nowrap, vertical srcolling is really annoying
  2307.     * main.php, libraries/check_user_privileges.lib.php:
  2308.       - bug #1348189 after droping db some links in main.php are missing
  2309.     * header.inc.php, libraries/common.lib.php:
  2310.       - added class icon to img-tags
  2311.     * libraries/header_meta_style.inc.php:
  2312.       fixed position of link meta tag
  2313.     * libraries/select_server.lib.php
  2314.       fixed html output
  2315.  
  2316. 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
  2317.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
  2318.       bug #1339184, problems in strict mode inserting auto-increment fields
  2319.     * libraries/header_meta_style.inc.php: favicon on login panel
  2320.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  2321.  
  2322. 2005-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  2323.     * libraries/common.lib.php: Incorrect message for validate links (bug
  2324.       #1346608).
  2325.  
  2326. 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2327.     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
  2328.       fixed different font sizes
  2329.     * footer.inc.php, libraries/dbg/*:
  2330.       use $GLOBALS as this scripts can be included from inside a function
  2331.     * left.php, libraries/common.lib.php:
  2332.       fixed some rtl lang issues
  2333.  
  2334. 2005-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  2335.     * config.default.php: This is not a configuration file.
  2336.     * config.default.php, Documentation.html, libraries/common.lib.php: Use
  2337.       $cfg['Servers'][1] from config.default.php as defaults for settings in
  2338.       config.inc.php (bug #1330847).
  2339.  
  2340. 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2341.     * libraries/dbg/setup.php:
  2342.       - display error in error box
  2343.       - fixed 'not defined function'
  2344.     * libraries/dbg/profiling.php:
  2345.       - minor fixes: html output, speed, rtl lang
  2346.     * tbl_realtion.php:
  2347.       - fixed html output of table
  2348.       - used fieldset for forms
  2349.     * libraries/common.lib.php, browse_foreigners.php:
  2350.       - replaced $cfg['Bgcolor*'] with classes
  2351.       - make use of fieldset
  2352.     * css/print.css, dbv_datadict.php:
  2353.       - replaced $cfg['Bgcolor*'] with classes
  2354.       - reduced output size by 40%
  2355.     * libraries/display_create_tbl.php
  2356.       - XHTML compl.
  2357.       - added class icon
  2358.  
  2359. 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  2360.     * server_privileges.php: undefined variable when changing a password
  2361.  
  2362. 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2363.     * libraries/common.lib.php:
  2364.       bug #1342332 Error messages wrongly formatted.
  2365.     * themes/*/css/theme_right.css.php:
  2366.        - fixed some rtl languages issues
  2367.        - added style for notice box (server_export.php)
  2368.  
  2369. 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2370.     * themes/*/css/theme_right.css.php:
  2371.        - use right image path
  2372.        - fixed icon alignment for rtl languages
  2373.     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
  2374.        - fixed some rtl language issues
  2375.     * favicon.ico: changed icon
  2376.  
  2377. 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  2378.     * server_privileges.php: do not display No under the Password column
  2379.       if this is not a "real user" definition
  2380.  
  2381. 2005-10-31 Michal ─îiha┼Ö  <michal@cihar.com>
  2382.     * libraries/select_lang.lib.php: Simplify code.
  2383.     * libraries/common.lib.php: Allow collation change for ENUM and SET
  2384.       columns (bug #1343627).
  2385.     * main.php: Use normal message on reload, not just plain text.
  2386.     * themes/darkblue_orange/css/theme_right.css.php,
  2387.       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
  2388.       #1342683).
  2389.  
  2390. 2005-10-30 Michal ─îiha┼Ö  <michal@cihar.com>
  2391.     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
  2392.     * lang/*: Remove duplicite message.
  2393.     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
  2394.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  2395.     * libraries/display_tbl.lib.php: Do not break on special chars in column
  2396.       name (bug #1180668).
  2397.     * libraries/common.lib.php: Do not escape SQL query twice while showing it
  2398.       in error message (bug #1336452).
  2399.     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
  2400.       when search path does not contain current directory.
  2401.     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
  2402.       for generating links to documentation, fixes link to new style docs.
  2403.  
  2404. 2005-10-29 Michal ─îiha┼Ö  <michal@cihar.com>
  2405.     * Documentation.html, config.default.php, libraries/common.lib.php: Link
  2406.       documentation to version we run (RFE #1334292), fix links for chapter
  2407.       documentation (bug #1341676), drop support for old links.
  2408.     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
  2409.       libraries/display_create_database.lib.php,
  2410.       libraries/sql_query_form.lib.php: Fix documentation links (bug
  2411.       #1341676).
  2412.  
  2413. 2005-10-29 Olivier Mueller <om@omnis.ch>
  2414.     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
  2415.       and improvements (--force option, installation summary, backup
  2416.       directory timestamp)
  2417.  
  2418. 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  2419.     * Documentation.html: clarification on FAQ 6.20
  2420.     * server_privileges.php: respect the chosen initial
  2421.     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
  2422.       in the Browse header, thanks to Cal Henderson
  2423.  
  2424. 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2425.     * server_privilegs.php, libraries/common.lib.php,
  2426.       themes/*/theme_right.css.php:
  2427.        - minor tweak in display
  2428.        - added PMA_unescape_mysql_wildcards()
  2429.        - bug #1144110 Unable to escape "_"
  2430.        - now every user from every mysql table is displayed
  2431.        - no table specific rights for db wildcards
  2432.     * index.php, favicon.ico: added favicon.ico
  2433.  
  2434. 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2435.     * libraries/common.lib.php::PMA_formatNumber(),
  2436.       db_details_structure.php: do not truncate rowcount
  2437.     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
  2438.       - preserve selected db
  2439.       - make use of PMA_DBI_select_db()
  2440.       - documentation
  2441.     * tbl_properties_structure.php:
  2442.       - added browser icon for each field (count unique values)
  2443.       - removed styling
  2444.       - make use of global row highlighting/marking
  2445.       - display 'print table' and row stats for views
  2446.       - no actions for info_schema tables
  2447.     * css/phpmyadmin.css.php:
  2448.       - added style for class selectallarrow
  2449.       - added extra space between icons and text
  2450.     * browse_foreigners.php, header_printview.inc.php, left.php:
  2451.       bug #1334963 Per-server themes - left frame colors unthemed
  2452.     * server_privileges.php:
  2453.       - bug #1274032 Field privileges with database names containing underscores
  2454.       - use DROP USER
  2455.       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
  2456.     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
  2457.     * left.php, libraries/common.lib.php: format rowcount in left frame
  2458.     * server_privileges.php:
  2459.       bug #688255 Can't edit priv. when different host in db and user
  2460.  
  2461. 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  2462.     * lang/french* updates
  2463.  
  2464. 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2465.     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
  2466.       db_operations.php, mult_submits.inc.php, server_privileges.php,
  2467.       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
  2468.       libraries/auth/cookie.auth.lib.php:
  2469.       unified message boxes (error, warning, confirmation)
  2470.     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
  2471.  
  2472. 2005-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2473.     * lang/english: "Log in" is correct naming for action (RFE #945440).
  2474.     * tbl_properties_operations.php: Allow to change auto_increment for
  2475.       InnoDB (bug #1337873).
  2476.     * tbl_properties_operations.php: Reread table information after change, so
  2477.       that rendered page contains change, that has been just done.
  2478.  
  2479. 2005-10-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2480.     * tbl_properties_operations.php: Fix changing table attributes, reread new
  2481.       parameters after changing them (bug #1290413).
  2482.     * main.php: Remove useless isset.
  2483.     * lang/czech: Update.
  2484.  
  2485. 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  2486.     * libraries/relation.lib.php: there is already a function to do this
  2487.       sort (thanks to Sebastian)
  2488.     * tbl_change.php: bug #1334627, do not set NOW() as default function
  2489.       when the TIMESTAMP has a default value and does not have the
  2490.       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
  2491.  
  2492. 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  2493.     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
  2494.       and content-id by content
  2495.     * libraries/common.lib.php: bug #1330847, undefined index connect_type
  2496.  
  2497. 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2498.     * db_details_export.php:
  2499.       - replaced for() with foreach()
  2500.       - dont pollute $GLOBALS['table']
  2501.     * libraries/mysql_charsets.lib.php:
  2502.       - make use of mysql variable collation_database
  2503.       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
  2504.     * libraries/database_interface.lib.php:
  2505.       extended function PMA_DBI_get_tables_full():
  2506.        - make use of information_schema
  2507.        - always fill fields for information_schema and show table status
  2508.     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
  2509.  
  2510. 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  2511.     * server_databases.php: security fix
  2512.     * libraries/common.lib.php, /grab_globals.lib.php: security fix
  2513.  
  2514. 2005-10-20 Alexander M. Turek  <me@derrabus.de>
  2515.     * libraries/mysql_charsets.lib.php:
  2516.       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
  2517.         if we just want to get to know a database's default collation;
  2518.      - Make use of this fancy new function PMA_DBI_fetch_value().
  2519.  
  2520. 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2521.     * sql.php, footer.inc.php: refresh left frame on view creation
  2522.     * left.php: view icon for views
  2523.     * libraries/left.js: dropped
  2524.     * libraries/function.js: tuned PMA_merkRowsInit():
  2525.       every table with class data now has mark and hover effect
  2526.     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
  2527.     * css/phpmyadmin.css.php, server_status.php: css cleanup
  2528.     * db_details_structure.php, db_details_db_info.php:
  2529.       - XHTML compliance, styling outsourced, row marker outsourced
  2530.       - do not too much if there is no table
  2531.  
  2532. 2005-10-19 Alexander M. Turek  <me@derrabus.de>
  2533.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
  2534.       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
  2535.     * lang/german-*.inc.php: Updated some untranslated strings.
  2536.  
  2537. 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  2538.     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
  2539.  
  2540. 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2541.     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
  2542.       fix problem not remembering selected server
  2543.     * libraries/tooltip.js, themes/*/theme_right.css.php:
  2544.       moved not always needed code out of event handler, fixed display with larger font
  2545.     * libraries/function.js, css/phpmyadmin.css.php:
  2546.       added mark and hover effect to every table of class data
  2547.     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
  2548.     * footer.inc.php, header.inc.php, libraries/tooltip.js:
  2549.       moved tooltip javascript include into header
  2550.  
  2551. 2005-10-18 Michal ─îiha┼Ö  <michal@cihar.com>
  2552.     * libraries/relation.lib.php: Do not set database if not needed.
  2553.     * libraries/common.lib.php: Use common infrastructure for getting tables.
  2554.     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
  2555.       Allow to limit list of shown languages (RFE #1328003).
  2556.     * libraries/common.lib.php: Fix URL detection when not called from top
  2557.       level directory (eg. transformations overview).
  2558.     * Documentation.html, config.default.php, export.php, import.php,
  2559.       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
  2560.       libraries/display_export.lib.php, libraries/display_import.lib.php,
  2561.       libraries/sql_query_form.lib.php: Support for user specific upload and
  2562.       save directories (RFE #1260039).
  2563.  
  2564. 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2565.     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
  2566.     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
  2567.       libraries/querywindow.js: update row count in left frame bug #1243908
  2568.     * libraries/common.lib.php:
  2569.       bug #1216521: display duplicate rows for failed unique key creation
  2570.  
  2571. 2005-10-17 Michal ─îiha┼Ö  <michal@cihar.com>
  2572.     * lang/czech: Translation fixes.
  2573.     * libraries/common.lib.php: Group databases by rightmost separator (bug
  2574.       #1325651).
  2575.     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
  2576.     * libraries/sql_query_form.lib.php: No warning if no db defined.
  2577.     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
  2578.  
  2579. 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2580.     * css/phpmyadmin.css.php: border around tabs bug #1326730
  2581.     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
  2582.     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
  2583.       header_printview.inc.php, left.php, querywindow.php,
  2584.       transformation_wrapper.php, left_header.inc.php:
  2585.       removed queryframe.php and references to it
  2586.     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
  2587.       libraries/common.lib.php, libraries/left_header.inc.php,
  2588.       libraries/sql_query_form.lib.php, libraries/querywindow.js:
  2589.       code cleanup whole querywindow js stuff, moved all in one new js file,
  2590.       now included in index.php, bug #1327055
  2591.  
  2592. 2005-10-16 Michal ─îiha┼Ö  <michal@cihar.com>
  2593.     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
  2594.     * server_databases.php: Don't allow to check mysql database for dropping
  2595.       (RFE #1327514).
  2596.     * lang/*, libraries/transformations/text_plain__sql.inc.php:
  2597.       Transformation for SQL pretty printing (RFE #1327648).
  2598.  
  2599. 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  2600.     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
  2601.     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
  2602.       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
  2603.  
  2604. 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  2605.     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
  2606.     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
  2607.  
  2608. 2005-10-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2609.     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
  2610.       not configured.
  2611.     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
  2612.       by one, this boosts performance while inserting huge blobs (bug
  2613.       #1315232).
  2614.     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
  2615.       #1252713).
  2616.  
  2617. 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2618.     * lang/*: typo 'unser' -> 'user'
  2619.     * lang/german: partial Update
  2620.     * libraries/import.lib.php: uninitialized variables
  2621.  
  2622. 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  2623.     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
  2624.  
  2625. 2005-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2626.     * Documentation.html: Fix URL rewriting not to match empty parts.
  2627.     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
  2628.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  2629.       Use common header.
  2630.     * libraries/header_meta_style.inc.php: Add support for defining page
  2631.       title.
  2632.     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
  2633.       detection to only place where it is currently used.
  2634.     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
  2635.       by writing through JavaScript.
  2636.     * libraries/get_foreign.lib.php: Free temporary query result.
  2637.     * lang/czech: Improve some translations.
  2638.     * sql.php: We need bookmark code to be included everytime.
  2639.     * libraries/common.lib.php: Allow editing of query without database.
  2640.  
  2641. 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2642.     * left.php: preselect db if only one db
  2643.     * server_privileges.php:
  2644.       XHTML compl., NOTICE, Icons for Edit/Revoke Links
  2645.     * server_processlist.php, libraries/display_import.lib.php,
  2646.       css/phpmyadmin.css.php: XHTML compl.
  2647.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  2648.       JavaScript errors, layout errors
  2649.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  2650.       small CSS fixes
  2651.     * libraries/display_export.lib.php, server_export.php:
  2652.       XHTML compliance, introduced fieldsets
  2653.  
  2654. 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2655.     * css/phpmyadmin.css.php, libraries/common.lib.php,
  2656.       themes/darkblue_orange/css/theme_right.css.php,
  2657.       themes/original/css/theme_right.css.php:
  2658.       use list for navigation tabs RFE #1290423
  2659.     * db_details_structure.php: fixed NOTICE
  2660.     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
  2661.       revert icon size to fixed width and height
  2662.     * libraries/session.inc.php:
  2663.       dont use 6-bit chars on windows
  2664.     * css/phpmyadmin.css.php:
  2665.       display bug in FF with tabs in querywindow
  2666.     * libraries/common.lib.php:
  2667.       fixed rowcount in left frame for tables in information_schema
  2668.     * libraries/sql_query_form.lib.php:
  2669.       XHTML compl.
  2670.     * css/phpmyadmin.css.php, server_status.php, server_databases.php
  2671.       server_collations.php, server_engines.php, server_privileges.php
  2672.       server_variables.php: XHTML compl.
  2673.  
  2674. 2005-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  2675.     * libraries/get_foreign.lib.php: Fix paging.
  2676.     * tbl_properties_links.php: Make drop and empty tabs lead to structure
  2677.       instead of SQL.
  2678.     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
  2679.     * querywindow.php: Add icon for history tab.
  2680.  
  2681. 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  2682.     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
  2683.  
  2684. 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2685.     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
  2686.       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
  2687.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
  2688.       themes/darkblue_orange/css/theme_left.css.php
  2689.       themes/original/css/theme_left.css.php:
  2690.       XHTML 1.0 trans. compliance and more semantic XHTML output
  2691.     * tbl_printview.php, tbl_properties_structure.php:
  2692.       no table statistics for information_schema
  2693.     * tbl_properties_table_info.php:
  2694.       bug #1317655 information_schema browsing
  2695.     * db_details_db_info.php, db_details_structure.php:
  2696.       fixed display table statistics for information_schema
  2697.     * db_details_links.php, header.inc.php:
  2698.       moved database comment into header (serverinfo) after database name
  2699.     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
  2700.       XHTML 1.0 trans. compliance
  2701.  
  2702. 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  2703.     * tbl_properties_links.php: invalid js confirmation and operation feedback
  2704.       when dropping a view
  2705.     * server_privileges.php: bug #1226819, Accepting Negative values in
  2706.       Resource Limits in Privileges
  2707.  
  2708. 2005-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  2709.     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
  2710.       config.default.php: Add ability to limit maximal size of extended insert
  2711.       query, defaults to 50 KB (RFE #1015378).
  2712.     * import.php, libraries/common.lib.php, lang/*: Show message when
  2713.       bookmark has been created (RFE #477472), show deleted bookmark query.
  2714.     * server_privileges.php: Limit username and hostname to actual limits of
  2715.       MySQL (RFE #1178071).
  2716.     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
  2717.     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
  2718.       #1191792).
  2719.     * tbl_properties.inc.php: Remove unused code, show only available engines,
  2720.       remember value of seleted engine (bug #1239580).
  2721.     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
  2722.       searching in foreign keys (RFE #871091).
  2723.     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
  2724.       existing bookmark (RFE #907438).
  2725.     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
  2726.       shortcuts for IP rules (RFE #1022831).
  2727.  
  2728. 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
  2729.     * libraries/session.inc.php: workaround for warnings on session_start()
  2730.       displayed on sf.net server
  2731.     * sql.php: remove old code
  2732.     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
  2733.       support MAX_USER_CONNECTIONS
  2734.  
  2735. 2005-10-08 Michal ─îiha┼Ö  <michal@cihar.com>
  2736.     * libraries/display_export.lib.php: Use same formatting for all options.
  2737.     * libraries/import/ldi.php: This one does not handle charset conversion.
  2738.     * sql.php: Work even if no db set.
  2739.     * server_status.php: Call sql.php directly, we don't need to care about
  2740.       query splitting done im read_dump.
  2741.     * libraries/import/sql.php: Fix import of queries containing `, fix import
  2742.       of queries not terminated by ;.
  2743.     * libraries/sqlparser.lib.php: Do not show error on empty query.
  2744.     * libraries/import.lib.php: Add support for DROP DATABASE checking.
  2745.     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
  2746.       libraries/common.lib.php: Use import.php.
  2747.     * lang/*: New message for deleting bookmark.
  2748.     * import.php: Add support for bookmarks, support for goto URL, fail
  2749.       correctly if import plugin not found, commented some code.
  2750.     * sql.php, config.default.php: Remove references to read_dump.php.
  2751.     * read_dump.php: Remove unused code.
  2752.     * ldi_check.php, ldi_table.php: Remove unused code.
  2753.     * tbl_change.php: Remove references to ldi_*.
  2754.     * scripts/find_unused_messages.sh: Simplify and addapt to current
  2755.       messages.
  2756.     * import.php: Do not show query in different charset (bug #1028634).
  2757.     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
  2758.       over login, needed for RFE #1278312.
  2759.     * Documentation.html: Add example for redirects like
  2760.       /phpMyAdmin/database/table (RFE  #1278312).
  2761.     * libraries/import.lib.php: Fix execution of single large queries.
  2762.     * import.php, lang/*: Try to detect that upload failed because of limits
  2763.       (RFE #1240480).
  2764.     * libraries/storage_engines.lib.php: Use defined messages.
  2765.     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
  2766.     * libraries/sqlvalidator.lib.php: Removed unused code.
  2767.     * server_privileges.php, lang/*: Better show error, define used message
  2768.       strDeleteNoUsersSelected.
  2769.     * tbl_properties_operations.php: Use strError instead of non existing
  2770.       strFailure.
  2771.     * lang/*: Remove unused messages.
  2772.     * sql.php: Use common code for superuser detection.
  2773.     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
  2774.       libraries/common.lib.php, libraries/relation.lib.php: Use common code
  2775.       for CREATE/ALTER TABLE, set comments on creating table, so that user can
  2776.       see it in the query.
  2777.     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
  2778.       comment and MIME transformation if field not named.
  2779.     * libraries/relation.lib.php: Fix reading native MySQL comments when no
  2780.       phpMyAdmin one defined (bug #1312758).
  2781.     * tbl_properties_structure.php: Removed query box as discussed on mailing
  2782.       list.
  2783.     * tbl_*: Use more require_once to avoid acquiring table info several
  2784.       times.
  2785.     * libraries/relation.lib.php: Do not try to restore database as control
  2786.       user, it has to fail.
  2787.     * libraries/import/sql.php: Fix query parsing when there is comment or
  2788.       string at the end.
  2789.     * import.php: Reenable LIMIT appending (bug #1318624).
  2790.     * sql.php: Fix appending LIMIT when there are comments.
  2791.     * libraries/common.lib.php: Parse query before inserting LIMIT to know
  2792.       where to place it.
  2793.     * lsng/czech: Update.
  2794.  
  2795. 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  2796.     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
  2797.       hyphen was not detected as being already created
  2798.  
  2799. 2005-10-07 Michal ─îiha┼Ö  <michal@cihar.com>
  2800.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  2801.     * libraries/common.lib.php: Drop some old code.
  2802.  
  2803. 2005-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  2804.     * import.php: Correctly report that file could not be read.
  2805.     * libraries/import/sql.php: Fix handling of whitespace at the end of
  2806.       imported file.
  2807.     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
  2808.       button (bug# 1312373) and fix entering time begining with 0 (bug
  2809.       #1312373).
  2810.  
  2811. 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  2812.     * db_details_structure.php, tbl_properties_table_info.php: detect
  2813.       MySQL 5.0.13 views
  2814.     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
  2815.       thanks to Vernon Lyon - vlyon
  2816.     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
  2817.       defined at login time but what tested
  2818.     * libraries/display_create_table.lib.php, bug #1311384, Create table
  2819.       dialog on escaped wildcard privileges
  2820.  
  2821. 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2822.     * libraries/functions.js, libraries/sql_query_form.lib.php:
  2823.       fixed JavaScript malfunction in querybox textarea with Opera
  2824.  
  2825. 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  2826.     * server_privileges.php: support for Execute_priv
  2827.  
  2828. 2005-10-01 Michal ─îiha┼Ö  <michal@cihar.com>
  2829.     * lang/czech: Update.
  2830.  
  2831. 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  2832.     * main.php, db_details_structure.php, db_operations.php,
  2833.       libraries/check_user_privileges.php, /display_create_database.lib.php,
  2834.       /display_create_table.lib.php: bug #1307208, detect lack of privileges
  2835.       before showing the "Create new table" dialog. Please test.
  2836.       TODO: detect escaped wildcard privileges
  2837.  
  2838. 2005-09-30 Michal ─îiha┼Ö  <michal@cihar.com>
  2839.     * libraries/display_export.lib.php, libraries/export/sql.php,
  2840.       db_operations.php, tbl_properties_operations.php: Fix auto increment
  2841.       export (bug #1309257).
  2842.  
  2843. 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  2844.     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
  2845.       bug #1262250, cannot change ENUM default value to empty
  2846.  
  2847. 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2848.     * libraries/sql_query_form.lib.php: removed unneeded variable,
  2849.       dont display bookmark selection fieldset if no bookmark exists
  2850.     * libraries/session.inc.php: introduced PMA_secureSession()
  2851.     * sql.php: bug #1305830 wrong db choosen
  2852.  
  2853. 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2854.     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
  2855.       tbl_properties.php, tbl_properties_structure.php, sql.php,
  2856.       querywindow.php, read_dump.php: moved all code for queryboxes into
  2857.       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
  2858.       styles into css, minor interface changes related to queryboxes
  2859.     * libraries/sql_query_form.lib.php: completed function docblocks
  2860.     * css/phpmyadmin.css.php:
  2861.       partially fixed bug: odd display of navtabs in Gecko-Browsers
  2862.     * libraries/session.inc.php, libraries/grab_globals.lib.php,
  2863.       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  2864.       introducing sessions
  2865.  
  2866. 2005-09-27 Michal ─îiha┼Ö  <michal@cihar.com>
  2867.     * lang/czech: Update.
  2868.     * server_status.php, lang/*: Separate some new information on MySQL 5.
  2869.     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
  2870.       Porat - hpman28.
  2871.     * lang/*: Add missing messages, remove duplicates and no longer used.
  2872.     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
  2873.       from normal SQL dialogs.
  2874.     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
  2875.       list on import tab, prepare generic framework to be used elsewhere (RFE
  2876.       #1303145).
  2877.     * tbl_change.php: Use file common file listing.
  2878.     * libraries/common.lib.php, libraries/display_import.lib.php,
  2879.       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
  2880.       file listing in query window, remove no more used functions. Please note
  2881.       that file import from query windows is currently half rewritten, so
  2882.       compressed imports will not work.
  2883.  
  2884. 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2885.     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
  2886.       using PMA_DBI_num_rows() on unbuffered queries
  2887.  
  2888. 2005-09-26 Michal ─îiha┼Ö  <michal@cihar.com>
  2889.     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
  2890.     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
  2891.       plugin parameters to allow using same parameter by multiple plugins.
  2892.     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
  2893.       DATA import plugin for CSV.
  2894.     * libraries/display_import.lib.php: Sort list of import plugins.
  2895.     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
  2896.       selected columns (RFE #1275909).
  2897.     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
  2898.       #1303994).
  2899.     * tbl_create.php, lang/*: Do not allow to create table that already exists
  2900.       (RFE #1255931).
  2901.  
  2902. 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  2903.     * server_privileges.php: support MySQL 5 privileges
  2904.  
  2905. 2005-09-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2906.     * lang/*: Messages for Sebastian.
  2907.     * lang/czech: Partial update.
  2908.  
  2909. 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2910.     * left.php, queryframe.php, libraries/common.lib.php,
  2911.       libraries/left_header.inc.php, css/phpmyadmin.css.php:
  2912.       grouping databases (bug #1281262)
  2913.     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
  2914.       extended server status information with description and warnings,
  2915.       added PMA_formatNumber()
  2916.     * server_privilegs.php: fixed bug table not found
  2917.     * tbl_properties_structure.php, css/phpmyadmin.css.php:
  2918.       made statistic tables floating, moved styles into css
  2919.     * css/phpmyadmin.css.php: set font-size in caption to normal
  2920.  
  2921. 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2922.     * querywindow.php, css/phpmyadmin.css.php:
  2923.       resize querywindow to content (bug #1277375)
  2924.  
  2925. 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  2926.     * db_details_links.php, server_privileges.php, server_common.inc.php:
  2927.       bug #1302985, Privileges tab on database
  2928.     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
  2929.       insertion
  2930.  
  2931. 2005-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2932.     * lang/add_message_file.sh: Make it deal with regullar php file, do not
  2933.       mark english text as to translate.
  2934.     * lang/add_message.sh: Do not mark english text as to translate.
  2935.     * *import*, Documentation.html, lang/*, main.php, *links*,
  2936.       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
  2937.       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
  2938.       1274500, 807830).
  2939.     * libraries/import.lib.php, libraries/import/csv.php,
  2940.       libraries/import/sql.php, libraries/import/README: Fix possible data
  2941.       leak when reading large buffer.
  2942.  
  2943. 2005-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2944.     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
  2945.       haystack to strpos (bug #1299422).
  2946.     * server_privileges.php: Reload left frame if dropping database (bug
  2947.       #1298678).
  2948.     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
  2949.       name (bug #1300837).
  2950.  
  2951. 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  2952.     * libraries/display_export.lib.php, libraries/export/csv.php:
  2953.       bug #1301374, csv on-screen export broken
  2954.  
  2955. 2005-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  2956.     * libraries/database_interface.lib.php: Added some useful functions to DBI
  2957.       layer (patch #1286451), thanks to Sebastian Mendel.
  2958.     * Documentation.html, config.default.php, libraries/common.lib.php: Add
  2959.       support for forcing https access to phpMyAdmin (RFE #1111333).
  2960.  
  2961. 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  2962.     * libraries/sqlparser.data.php: patch #1295365, missing function
  2963.       definitions in parser, thanks to Sebastian Mendel
  2964.     * db_details_links.php: patch #1196806, Privileges link on db page
  2965.  
  2966. 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  2967.     * libraries/display_export.lib.php: bug #1293937 Export compression
  2968.       default: bzip instead of bzip2, thanks to Rene Leonhardt
  2969.  
  2970. 2005-09-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2971.     * config.default.php, libraries/common.lib.php: Simplify loading of
  2972.       defaults, why did I write such crap before?
  2973.     * libraries/common.lib.php: Fail if pcre support is missing.
  2974.  
  2975. 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  2976.     * export.php: bug #1290730, https export under MSIE fails
  2977.  
  2978. 2005-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2979.     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
  2980.       Sebastian Mendel.
  2981.     * config.default.php: Do not set blowfish_secret here at all, this needs
  2982.       to be done by user (bug #1290990).
  2983.     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
  2984.     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
  2985.       warn user using error.php (bug #1290888).
  2986.     * tbl_properties_operations.php: Update auto_increment value (bug
  2987.       #1290413).
  2988.     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
  2989.       Add SQL tab for server (patch #1291084), (RFE #1048090).
  2990.     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
  2991.       drop mentions about it from documentation.
  2992.  
  2993. 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
  2994.     * scripts/create-release.sh: no longer copy config.inc.php to
  2995.       config.default.php to keep a backup of the previous version
  2996.  
  2997. 2005-09-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2998.     * libraries/common.lib.php: Add support for lang/added_messages.php
  2999.       (mostly as feature for developer, to allow easilly adding messages
  3000.       while working on some features).
  3001.     * .cvsignore, Documentation.html, config.default.php,
  3002.       config.inc.php[removed], libraries/common.lib.php,
  3003.       libraries/config_import.lib.php[removed]: New configuration handling,
  3004.       use config.inc.php for configuration, default values are stored in
  3005.       config.default.php.
  3006.     * config.default.php: Remove non configuration stuff.
  3007.     * lang/.cvsignore: Ignore lang/added_messages.php.
  3008.  
  3009. 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  3010.     * tbl_relation.php: bug #1287611, no Save button in Relation view
  3011.           when pmadb is not defined
  3012.  
  3013. 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  3014.     ### 2.6.4 released
  3015.  
  3016. 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  3017.     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
  3018.       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
  3019.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  3020.  
  3021. 2005-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3022.     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
  3023.       #1283552)
  3024.     * ChangeLog: Move vim modelines to correctly interpret et after setting
  3025.       file type (otherwise tabs were not expanded as changelog ft sets noet).
  3026.  
  3027. 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  3028.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3029.  
  3030. 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  3031.     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
  3032.       phpMyAdmin 2.6.4 needs generation 2, version 1;
  3033.       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
  3034.     * header.inc.php: XSS on $title, thanks to Christian Wenz
  3035.  
  3036. 2005-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3037.     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
  3038.  
  3039. 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  3040.     * tbl_properties.inc.php: bug #1281533, collation not kept while
  3041.       changing table field count
  3042.  
  3043. 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  3044.     * lang/turkish update, thanks to boralioglu.
  3045.  
  3046. 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  3047.     * lang/belarusian updates, thanks to Jaska Zedlik
  3048.     ### 2.6.4-rc1 released
  3049.     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
  3050.       fieldsets for privileges interface, thanks to Sebastian Mendel
  3051.  
  3052. 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  3053.     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
  3054.     * lang/polish: update thanks to Jakub Wilk - ubanus
  3055.  
  3056. 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
  3057.     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
  3058.     * main.php, libraries/common.lib.php, Documentation.html,
  3059.       config.inc.php: patch #1257134, removed code to display the warning if
  3060.       PmaAbsoluteUri is not set. A notice will still display if the autodetect
  3061.       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
  3062.  
  3063. 2005-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3064.     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
  3065.       using MySQL > 4.1.x (bug #1266626).
  3066.     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
  3067.       used on some queries by MySQL 5.0.x (bug #1266623).
  3068.  
  3069. 2005-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3070.     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
  3071.       Protect against possible XSS (bug #1265740), move input sanitizing to
  3072.       special file.
  3073.     * config.inc.php, libraries/common.lib.php,
  3074.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  3075.       Default charset for export is now configurable (RFE #1263772).
  3076.  
  3077. 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  3078.     * libraries/common.lib.php, new error.php: patch #1258978, move common
  3079.       code for error pages out of common.lib.php, thanks to Sebastian Mendel
  3080.     * lang/german*: bug #1258956, typo
  3081.     * libraries/defines.lib.php, themes/original/info.inc.php,
  3082.       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
  3083.  
  3084. 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  3085.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  3086.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3087.  
  3088. 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  3089.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3090.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3091.     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
  3092.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3093.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3094.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3095.     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
  3096.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3097.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3098.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  3099.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3100.     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
  3101.  
  3102. 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  3103.     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
  3104.       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
  3105.       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
  3106.       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
  3107.  
  3108. 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  3109.     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
  3110.  
  3111. 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  3112.     * tbl_change.php: $goto was not encoded in the form, resulting in a
  3113.       problem after editing/saving a row (seen in IE6)
  3114.     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
  3115.       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
  3116.       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
  3117.     * (many files): patch #1253465, avoid error messages for unset variables
  3118.       in PHP functions that require a parameter passed by reference,
  3119.       thanks to Sebastian Mendel
  3120.  
  3121. 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  3122.     * header.inc.php: remove the 'InnoDB free' segment from table comments
  3123.     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
  3124.  
  3125. 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  3126.     * queryframe.php: shorten the path of db subtree items,
  3127.       thanks to Edward Rudd - urkle
  3128.     * config.inc.php, header.inc.php, tbl_properties_links.php,
  3129.       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
  3130.       Documentation.html, libraries/config_import.lib.php: patch #1249528,
  3131.       move table comments to header and enable configuration of header for
  3132.       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
  3133.     * db_details.php: undefined $header_url_qry
  3134.     * sql.php: bug #1255869, "MySQL returned an empty result set" not
  3135.       displayed in all cases
  3136.  
  3137. 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  3138.     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
  3139.       improve support when someone gets this error
  3140.     * Documentation.html: patch #1253248, links and anchors to every FAQ
  3141.       item, thanks to Alexander Schuch - ci-dev
  3142.  
  3143. 2005-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  3144.     * libraries/export/htmlword.php: Fix undefined variable when exporting
  3145.       relations (bug #1253457).
  3146.  
  3147. 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  3148.     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
  3149.       with MySQL 4.0.x
  3150.     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
  3151.       /tbl_move_copy.php: patch #1253461 (code cleanup),
  3152.       thanks to Sebastian Mendel
  3153.     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
  3154.       and code cleanup, thanks to Sebastian Mendel
  3155.  
  3156. 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  3157.     * Documentation.html: Save button for PDF schema coordinates,
  3158.       thanks to Ryan Schmidt
  3159.     * server_privileges.php: undefined index $GLOBALS[''],
  3160.       thanks to Ryan Schmidt
  3161.     * queryframe.php: need at least 2 items to display a group in the
  3162.       database selector, thanks to Ryan Schmidt
  3163.  
  3164. 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  3165.     * queryframe.php: fixes for tree subgroups in databases selector:
  3166.       escaping of special characters, display a db name inside its own
  3167.       group, and proper closing of optgroup, thanks to Ryan Schmidt
  3168.  
  3169. 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  3170.     * Documentation.html, readme.php, license.php:
  3171.       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
  3172.  
  3173. 2005-08-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3174.     * libraries/common.lib.php, export.php: Show error header on error to make
  3175.       clear that something bad has happened.
  3176.  
  3177. 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  3178.     * queryframe.php: patch #1250899:
  3179.      - unified spaces between icons
  3180.      - cleaned html and php code
  3181.      - display of querywindow-icon now follows
  3182.        $cfg['QueryFrame']
  3183.      - always use no_js=1 if $cfg['QueryFrameJS'] == true
  3184.       thanks to Sebastian Mendel
  3185.     * Documentation.html: patch #1169308, FAQ 1.17a improved,
  3186.       thanks to Isaac Bennetch
  3187.     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
  3188.       libraries/common.lib.php, /config_import.lib.php:
  3189.       patch #1246245, tree subgroups for databases (in selector),
  3190.       thanks to Edward Rudd - urkle
  3191.     * db_details.php, tbl_query_box.php: patch #1250935, interface
  3192.       improvements, thanks to Sebastian Mendel
  3193.     * tbl_create.php: bug #1252124, XSS on table creation page
  3194.  
  3195. 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  3196.     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
  3197.       table width should be limited by template if necessary,
  3198.       thanks to Sebastian Mendel - cybot_tm
  3199.     * server_databases.php: patch #1249371, correct calculation of colspan,
  3200.       and patch #1249414, display improvements, thanks to Sebastian Mendel;
  3201.       also,  $dbstats should contain 0 or 1, not the colspan
  3202.     * sql.php: patch #1249451, display improvement for bookmark dialog,
  3203.       thanks to Sebastian Mendel
  3204.     * libraries/common.lib.php: patch #1249457, display improvements for Edit
  3205.       Explain etc dialog, thanks to Sebastian Mendel
  3206.  
  3207. 2005-08-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3208.     * lang/czech: Fix bad translation (is was translated to is not :-)),
  3209.       update.
  3210.  
  3211. 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  3212.     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
  3213.     * Documentation.html: "bug #1248598, explain another cause of the Missing
  3214.       parameter error
  3215.  
  3216. 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  3217.     * tbl_change.php, lang/*: new message $strAndThen
  3218.     * libraries/dbg/profiling.php: patch #1160439, improvements,
  3219.       thanks to Glen Arason
  3220.     * scripts/upgrade.pl: patch #1198492, current version check,
  3221.       thanks to Herman van Rink - helmo
  3222.  
  3223. 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  3224.     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
  3225.  
  3226. 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  3227.     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
  3228.       after inserting a row
  3229.     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
  3230.       RFE #1177459, BOOL column type
  3231.  
  3232. 2005-07-26 Michal ─îiha┼Ö  <michal@cihar.com>
  3233.     * export.php: Use actual MIME type for CSV.
  3234.  
  3235. 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  3236.     * tbl_change.php: insert another new row: dropdown choice should be sticky
  3237.  
  3238. 2005-07-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3239.     * libraries/check_user_privileges.lib.php: Undefined variable (bug
  3240.       #1243885).
  3241.     * libraries/config_import.lib.php: Do not override theme properties when
  3242.       path is not set.
  3243.     * libraries/select_theme.lib.php: Do not attempt to sort themes when
  3244.       themes are disabled (bug #1243883).
  3245.  
  3246. 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  3247.     * tbl_properties_structure.php, tbl_properties.inc.php:
  3248.       bug #1157230, escape special chars in ENUM or SET
  3249.  
  3250. 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  3251.     * db_details_structure.php: table creation should not be possible
  3252.       in information_schema
  3253.     * db_operations.php: those operations do not make sense on
  3254.       information_schema
  3255.     * browse_foreigners.php: bug #1242805, Show All does not work while
  3256.       browsing foreign values
  3257.     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
  3258.       content were reversed (id-content showed content then id)
  3259.  
  3260. 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
  3261.     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
  3262.       cookie-based login panel
  3263.  
  3264. 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  3265.     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
  3266.  
  3267. 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  3268.     * translators.html: message about French translation will be in French
  3269.  
  3270. 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  3271.     * libraries/string.lib.php: typo
  3272.     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
  3273.  
  3274. 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  3275.     * lang/*: removed unused strInvalidRowCount
  3276.  
  3277. 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  3278.     * Documentation.html: how to enable the charset choice for exported file
  3279.  
  3280. 2005-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3281.     * libraries/common.lib.php: Use eval for config file including to catch
  3282.       parse errors (bug #1223319), on error page display config file that
  3283.       actually failed.
  3284.     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
  3285.       libraries/display_create_database.lib.php: Show box for creating
  3286.       database only if user has privileges to do so (bug #1167892).
  3287.     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
  3288.       noticing this.
  3289.  
  3290. 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  3291.     * sql.php: for Insert row and Export, use post when the query is too big
  3292.     * export.php: bug #1116026, export under IE 6 (XP SP2)
  3293.  
  3294. 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  3295.     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
  3296.       field to display
  3297.  
  3298. 2005-07-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3299.     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
  3300.       #1235761).
  3301.  
  3302. 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
  3303.     * config.inc.php, Documentation.html, libraries/common.lib.php,
  3304.       libraries/config_import.lib.php:
  3305.       Document previous foreign-key dropdown work, and also ensure that the
  3306.       configuration import code works properly with it.
  3307.  
  3308. 2005-07-10 Michal ─îiha┼Ö  <michal@cihar.com>
  3309.     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
  3310.       #1192219)
  3311.     * Documentation.html, config.inc.php, left.php, queryframe.php,
  3312.       libraries/common.lib.php, libraries/config_import.lib.php,
  3313.       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
  3314.       User can now have different theme per server (RFE #1231599).
  3315.     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
  3316.     * main.php: Correct ALT attribute for image (bug #1232124).
  3317.     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
  3318.       browsing state while deleting multiple rows (bug #1232624).
  3319.     * tbl_row_action.php: Fix undefined variable warning.
  3320.     * db_details_structure.php, db_operations.php, header.inc.php,
  3321.       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
  3322.       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
  3323.       libraries/functions.js, libraries/indexes.js: Show better error messages
  3324.       when checking numerical inputs (bug #1207402).
  3325.     * sql.php, libraries/common.lib.php: Use post for print view when query is
  3326.       too big (bug #1203692).
  3327.  
  3328. 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  3329.     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
  3330.       Undefined variable order_img
  3331.     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
  3332.     * queryframe.php: bug #1231804, query windows does not open in new window,
  3333.       thanks to Michael Keck
  3334.     * db_details_qbe.php: bug #1234616, minor theme text color issue
  3335.  
  3336. 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  3337.     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
  3338.       without a charset
  3339.  
  3340. 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  3341.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  3342.       and Mastermnd for the 2.6.2 translation cleanup
  3343.     * tbl_properties_table_info.php: bug #1231917, commands out of sync
  3344.  
  3345. 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  3346.     * Documentation.html: link in doc, thanks to Cedric Corazza
  3347.     ### 2.6.3 released
  3348.  
  3349. 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  3350.     * db_operations.php: bug #1230224, db rename and old pmadb information
  3351.  
  3352. 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  3353.     * Documentation.html: patch #1229673, improvement to big-file-import
  3354.       instructions, thanks to Isaac Bennetch - ibennetch
  3355.  
  3356. 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  3357.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  3358.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3359.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  3360.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3361.     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
  3362.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3363.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3364.  
  3365. 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
  3366.     * tbl_properties_table_info.php: bug #1228862, creating a table under
  3367.       MySQL 5.x with wrong table type
  3368.  
  3369. 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  3370.     * tbl_properties_operations.php: bug #1225635,
  3371.       cannot change table's collation under MySQL 5.0.4
  3372.  
  3373. 2005-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3374.     * config.inc.php: Better comments describing multi server setup (patch
  3375.       #1226666).
  3376.     * db_details_links.php: Place export tab on same place as on table page
  3377.       (RFE #1047874).
  3378.     * tbl_properties_links.php: Switch browse and properties tabs
  3379.     * db_details_structure.php: Make order of icons same as on table view (RFE
  3380.       #1047874).
  3381.  
  3382. 2005-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3383.     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
  3384.       Remove error reporting.
  3385.     * config.inc.php, libraries/common.lib.php,
  3386.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  3387.       Configurable file name templates (RFE #1226941).
  3388.     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
  3389.       code for browsing directory with themes (RFE #1184251).
  3390.     * tbl_change.php: Use select instead of input, this saves some place and
  3391.       looks better (RFE #1169931).
  3392.     * tbl_change.php: Display column comment while editing data (RFE #860912).
  3393.     * lang/sync_lang.sh: Fix belarusian name.
  3394.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  3395.       Add hex transformation (RFE #1100068).
  3396.  
  3397. 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  3398.     * db_operations.php: problem renaming a db
  3399.  
  3400. 2005-06-24 Alexander M. Turek  <me@derrabus.de>
  3401.     * lang/german-*.inc.php: Updates.
  3402.     * db_operations.php: Cleaning up Marc's code... ;-p
  3403.  
  3404. 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
  3405.     * config.inc.php, libraries/relation.lib.php,
  3406.       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
  3407.       customizing foreign-key dropdown, take #2, now very customizable, incl max
  3408.       item limit.
  3409.  
  3410. 2005-06-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3411.     * lang/czech: Update.
  3412.  
  3413. 2005-06-22 Alexander M. Turek  <me@derrabus.de>
  3414.     * tbl_properties_structure.php: Undefined index.
  3415.  
  3416. 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  3417.     * config.inc.php, libraries/relation.lib.php: Support for customizing
  3418.       foreign-key dropdown, take #1.
  3419.  
  3420. 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
  3421.     * server_databases.php: Bug #1225315, wrong message displayed
  3422.       when no databases were dropped.
  3423.     * tbl_properties.inc.php: Patch #1225452, JS error for
  3424.       getting the value of a select field in certain browsers.
  3425.  
  3426. 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  3427.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  3428.     * lang/italian: Updates, thanks to Pietro Danesi
  3429.     * lang/finnish: update, thanks to Jouni Kahkonen
  3430.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3431.     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
  3432.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3433.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3434.  
  3435. 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  3436.     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
  3437.       to use a reserved word as an identifier
  3438.     * db_operations.php, libraries/database_interface.lib.php:
  3439.       bug #1221359, Copying a db containing a MERGE table
  3440.  
  3441. 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  3442.     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
  3443.       submit button
  3444.     * db_operations.php: bug #1215688, Copying database does not preserve
  3445.       default charset and collation
  3446.     ### 2.6.3-rc1 released
  3447.  
  3448. 2005-06-12 Olivier Mueller <om@omnis.ch>
  3449.     * lang/*, server_privileges.php: added strings for RFE #1197482:
  3450.       $strGeneratePassword, $strGenerate and $strCopy
  3451.  
  3452. 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  3453.     * tbl_properties_export.php: bug #1169791, exporting results from queries
  3454.       with limit keyword
  3455.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  3456.     * lang/finnish: update, thanks to Jouni Kahkonen
  3457.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3458.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3459.     * lang/belarusian, libraries/select_lang.lib.php:
  3460.       belarusian is now belarusian_cyrillic; added belarusian_latin,
  3461.       thanks to Jaska Zedlik
  3462.  
  3463. 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  3464.     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
  3465.       feature in case of duplicate entry
  3466.  
  3467. 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  3468.     * lang/tatarish*: updates, thanks to Albert Fazl├¡
  3469.     * config.inc.php: bug #1215950, typo in comment
  3470.  
  3471. 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  3472.     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
  3473.       translators.html: renamed "tatar" to "tatarish" (tatar is
  3474.       a different language and this translation is really tatarish)
  3475.     * lang/mongolian*, libraries/select_lang.lib.php,
  3476.       translators.html, Documentation.html, README:
  3477.       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
  3478.  
  3479. 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  3480.     * libraries/functions.js: bug #1207405, invalid SQL when creating
  3481.       table with zero fields
  3482.     * sql.php: bug #1204951, left frame browse icon alt tag
  3483.       not updated on emptying table
  3484.  
  3485. 2005-06-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3486.     * lang/czech: Update.
  3487.  
  3488. 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  3489.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  3490.     * lang/finnish: update, thanks to Jouni Kahkonen
  3491.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3492.     * db_details_structure.php: optional message $strNumberOfFields,
  3493.       will use $strFields if not defined
  3494.     * db_operations.php, lang/*: bug #1212997, db copy should not
  3495.       always perform CREATE DATABASE
  3496.  
  3497. 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  3498.     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
  3499.       translators.html, Documentation.html, README:
  3500.       new language (tatar), thanks to Albert Fazl├¡
  3501.  
  3502. 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  3503.     * Documentation.html: bug #1213761, hint about Hardened PHP
  3504.       and the Missing parameters problem, thanks to Klaus Dorninger
  3505.  
  3506. 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  3507.     * db_details_structure.php: patch 1209863, XHTML validity,
  3508.       thanks to Ryan Schmidt
  3509.  
  3510. 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  3511.     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
  3512.       thanks to Ryan Schmidt
  3513.     * footer.inc.php: bug #1209891, db list not refreshed when the left
  3514.       frame is positionned on a db, then a manual DROP DATABASE it done
  3515.       on another db
  3516.     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
  3517.       refresh the queryframe
  3518.  
  3519. 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
  3520.     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
  3521.       when field type changes
  3522.  
  3523. 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  3524.     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
  3525.     * sql.php: bug #1204913, left frame update on manual table rename
  3526.  
  3527. 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  3528.     * tbl_properties.inc.php: bug #1207404, undefined variables
  3529.  
  3530. 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  3531.     * libraries/common.lib.php: bug #1207395, undefined theme_generation
  3532.       and theme_version, thanks to Ryan Schmidt
  3533.     * tbl_properties_operations.php: bug #1207212, changing table type
  3534.       under MySQL 5.0.4
  3535.  
  3536. 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  3537.     * libraries/charset_conversion.lib.php: diacritics wrongly converted
  3538.       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
  3539.     * tbl_properties_structure.php, tbl_properties.inc.php,
  3540.       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
  3541.     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
  3542.     * themes/[darkblue_orange|original]/css/theme_print.css.php:
  3543.       spelling error Hevetica -> Helvetica, thanks to Castorius and
  3544.       Isaac Bennetch - ibennetch
  3545.  
  3546. 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  3547.     * tbl_select.php: bug #1204235, searching on a VARBINARY field
  3548.  
  3549. 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  3550.     * export.php: bug #1193442, 8 extra spaces at end of export area,
  3551.       thanks to Ryan Schmidt
  3552.     * db_details_structure.php: bug #1193430, zero_rows parameter
  3553.       not url-encoded, thanks to Ryan Schmidt
  3554.  
  3555. 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  3556.     * server_privileges.php, libraries/server_privileges.js:
  3557.       make the password generator work also on user account editing
  3558.  
  3559. 2005-05-17 Olivier Mueller <om@omnis.ch>
  3560.     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
  3561.       password generator on user creation.  RFC: ok like that?  TODO: add strings.
  3562.  
  3563. 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  3564.     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
  3565.       of query is applied to appended LIMIT as well
  3566.  
  3567. 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  3568.     * tbl_printview.php: bug #1178760, header not sent when displaying
  3569.       print view of multi tables, thanks to Hrvoje Novosel - interghost
  3570.     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
  3571.       mousedown, thanks to Ken Stanley - eclipsboi
  3572.  
  3573. 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  3574.     * tbl_properties.inc.php: bug #1069012, table collation forgotten
  3575.       when adding fields
  3576.     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
  3577.       showing the details of a storage engine under MySQL 4.0.x
  3578.  
  3579. 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  3580.     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
  3581.       when exporting without enclosing with backquotes
  3582.  
  3583. 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
  3584.     * db_details_links.php: patch #1196806, add a Privileges tab
  3585.       in db view, thanks to Herman van Rink - helmo
  3586.     * server_privileges.php: add a back link to the db on which
  3587.       we are checking privileges
  3588.     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
  3589.       with USE followed with a db name containing an hyphen
  3590.     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
  3591.  
  3592. 2005-05-08 Olivier Mueller <om@omnis.ch>
  3593.     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
  3594.       with one command and 5 seconds. To be improved, but is working fine
  3595.       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
  3596.     * server_privileges.php: always display the "Add a new user" link
  3597.       on the User overview page (no more need to click on [show all] or
  3598.       an initial before)
  3599.  
  3600. 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  3601.     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
  3602.       sets and collations (temporary workaround)
  3603.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3604.  
  3605. 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
  3606.     * Documentation.html: improvement about PmaAbsoluteUri,
  3607.       thanks to Isaac Bennetch - ibennetch
  3608.  
  3609. 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
  3610.     * libraries/common.lib.php: bug #1185152, setting collation for a field,
  3611.       thanks to Ryan Schmidt - ryandesign
  3612.  
  3613. 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  3614.     * export.php: bug #1123284, avoid double compression when
  3615.       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
  3616.     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
  3617.       thanks to Ryan Schmidt - ryandesign
  3618.  
  3619. 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
  3620.     * server_status.php: bug #1193225, missing </ul>
  3621.     * tbl_properties.inc.php: bug #1193353, js error on creating table
  3622.  
  3623. 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  3624.     * db_operations.php, libraries/tbl_move_copy.php:
  3625.       bug #1192468, bookmarks copied too many times
  3626.  
  3627. 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  3628.     * lang/finnish: update, thanks to Jouni Kahkonen
  3629.     * lang/russian: update, thanks to lobovich
  3630.     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
  3631.  
  3632. 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  3633.     * tbl_properties_structure.php, tbl_properties.inc.php:
  3634.       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
  3635.     * lang/finnish: big update, thanks to Jouni Kahkonen
  3636.  
  3637. 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
  3638.     * libraries/sqlparser*: bug #1185173. A query using the Storage
  3639.       table name and an alias, returned no result. I changed the
  3640.       parser to add a list of "forbidden" reserved words, as listed
  3641.       in the MySQL manual (reserved words). Those are not allowed
  3642.       as a table/column name, but others (like Storage) are allowed.
  3643.       Now the query works. TODO: do not pretty print in color,
  3644.       in this case
  3645.     * libraries/common.lib.php: bug #1179241, wrong escaping of
  3646.       apostrophe in generated PHP code
  3647.  
  3648. 2005-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3649.     * lang/czech: Update.
  3650.     * lang/english: Fix typo.
  3651.  
  3652. 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
  3653.     * left.php, queryframe.php: bug #1168784, please respect the db order
  3654.       given in only_db
  3655.  
  3656. 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  3657.     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
  3658.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3659.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3660.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3661.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3662.     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
  3663.     * tbl_properties_export.php: bug #1180860, error going from Export
  3664.       to Insert tab
  3665.     ### 2.6.2 released
  3666.  
  3667. 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  3668.     * db_details_structure.php: Search icon centering
  3669.  
  3670. 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  3671.     * tbl_alter.php: undefined $field_comments
  3672.  
  3673. 2005-04-10 Alexander M. Turek  <me@derrabus.de>
  3674.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  3675.  
  3676. 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  3677.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3678.     * server_privileges.php: bug #1179969, problem editing a user's profile
  3679.       (and there was a problem also with the detection of
  3680.        an already existing user)
  3681.  
  3682. 2005-04-09 Alexander M. Turek  <me@derrabus.de>
  3683.     * libraries/sqlparser.data.php: Added keyword ROUTINE.
  3684.  
  3685. 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  3686.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3687.  
  3688. 2005-04-07 Alexander M. Turek  <me@derrabus.de>
  3689.     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
  3690.       en-iso-8859-15.
  3691.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  3692.  
  3693. 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  3694.     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
  3695.     * libraries/common.lib.php: wrong test when the field's type is
  3696.       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  3697.  
  3698. 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  3699.     ### 2.6.2-rc1 released
  3700.  
  3701. 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  3702.     * tbl_addfield.php: TIMESTAMP options support
  3703.     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
  3704.       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
  3705.       set to NULL to have the NULL attribute
  3706.     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
  3707.       with FK constraints to a table in the same db
  3708.  
  3709. 2005-03-31 Alexander M. Turek  <me@derrabus.de>
  3710.     * left.php: Undefined offset (Bug #1174045).
  3711.  
  3712. 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  3713.     * Documentation.html: added FAQ 5.17 about problem with
  3714.       Firefox when the Tabbrowser Extensions plugin is installed
  3715.     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
  3716.     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
  3717.       made dynamic, depending on the field's type
  3718.     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
  3719.  
  3720. 2005-03-30 Alexander M. Turek  <me@derrabus.de>
  3721.     * server_databases.php: Bug #1172782 (Don't allow to drop
  3722.       information_schema).
  3723.     * libraries/mysql_charsets.lib.php: Typo.
  3724.     * lang/german-*.inc.php: Better translation.
  3725.  
  3726. 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  3727.     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
  3728.       thanks to Isaac Bennetch - ibennetch
  3729.     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
  3730.     * lang/*: removed unused message and modified strCheckOverhead
  3731.       where still untranslated
  3732.     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
  3733.       modifying TIMESTAMP options, the table structure editing form
  3734.       was shown without the new options.
  3735.  
  3736. 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  3737.     * libraries/common.lib.php: XSS vulnerability on convcharset
  3738.  
  3739. 2005-03-29 Alexander M. Turek  <me@derrabus.de>
  3740.     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
  3741.       unavailable collations (bug #1172517).
  3742.  
  3743. 2005-03-28 Alexander M. Turek  <me@derrabus.de>
  3744.     * left.php: Implemented the forgotten view icon.
  3745.  
  3746. 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  3747.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3748.     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
  3749.       under MySQL 4.1
  3750.     ### 2.6.2-beta1 released
  3751.  
  3752. 2005-03-27 Alexander M. Turek  <me@derrabus.de>
  3753.     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
  3754.       themes as imcompatible because of recent changes.
  3755.     * libraries/information_schema_relations.lib.php,
  3756.       libraries/relation.lib.php: information_schema relations.
  3757.  
  3758. 2005-03-26 Alexander M. Turek  <me@derrabus.de>
  3759.     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
  3760.     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
  3761.       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
  3762.       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
  3763.       Added more Latin9 language files.
  3764.  
  3765. 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  3766.     * tbl_properties.inc.php: bug #1170255, undefined index: Field
  3767.  
  3768. 2005-03-25 Alexander M. Turek  <me@derrabus.de>
  3769.     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
  3770.       for marking a functionality as unavailable.
  3771.     * libraries/relation.lib.php:
  3772.       - Removed recoding function calls from controluser queries as they do
  3773.         not depend on the connection charset anymore;
  3774.       - Added emulated relations for some information_schema tables. To be
  3775.         continued.
  3776.  
  3777. 2005-03-24 Alexander M. Turek  <me@derrabus.de>
  3778.     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
  3779.       libraries/database_interface.lib.php:
  3780.       - Force separate connection for controluser queries;
  3781.       - Don't apply collation_connection settings to controluser connections.
  3782.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  3783.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3784.  
  3785. 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  3786.     * header.inc.php: undefined index tbl_is_view when copying a table
  3787.       with constraints and an error occurs
  3788.  
  3789. 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  3790.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3791.     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
  3792.  
  3793. 2005-03-19 Alexander M. Turek  <me@derrabus.de>
  3794.     * lang/german-*.inc.php: Translations #1120157 (bad translation of
  3795.       $strAddSearchConditions).
  3796.     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
  3797.       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
  3798.     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
  3799.       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
  3800.       the German and French language files for testing.
  3801.  
  3802. 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  3803.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3804.     * lang/russian update, thanks to gunsky
  3805.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3806.  
  3807. 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  3808.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3809.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3810.     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
  3811.       - thedarkness
  3812.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3813.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3814.  
  3815. 2005-03-18 Alexander M. Turek  <me@derrabus.de>
  3816.     * lang/german-*.inc.php: Updates.
  3817.  
  3818. 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  3819.     * Documentation.html: bug #1165148, typo in Documentation.html
  3820.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3821.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3822.  
  3823. 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  3824.     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
  3825.       config.inc.php (comment only), libraries/common.lib.php:
  3826.       experimental support for table structure editing with MySQL 4.1.2+
  3827.       TIMESTAMP options
  3828.  
  3829. 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  3830.     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
  3831.  
  3832. 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  3833.     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
  3834.       start merging code for MySQL 4.1.2 TIMESTAMP options support
  3835.  
  3836. 2005-03-10 Alexander M. Turek  <me@derrabus.de>
  3837.     * libraries/relation.lib.php: Bug #1159415.
  3838.  
  3839. 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  3840.     * libraries/database_interface.lib.php, libraries/relation.lib.php:
  3841.       problem with getting comments when creating a new table under MySQL 4.1.x
  3842.       with mysql extension
  3843.  
  3844. 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  3845.     * db_operations.php: db comments updating broken
  3846.     * libraries/relation.lib.php: bug #1159415, data dictionary broken
  3847.  
  3848. 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
  3849.     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
  3850.       versions of insert-row icons.
  3851.  
  3852. 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  3853.     * lang/french update
  3854.  
  3855. 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  3856.     * libraries/relation.lib.php: db comments broken
  3857.     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
  3858.     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
  3859.       bookmark improvement,
  3860.       based on patch #1034161 by Ryan Schmidt - ryandesign:
  3861.       sort bookmarks by label, remove the number before each bookmark
  3862.       in the drop-down choice. For this I had to change some logic in the
  3863.       calling scripts. It's still possible to have the same label more
  3864.       than once.
  3865.  
  3866. 2005-03-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3867.     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
  3868.       libraries/header_meta_style.inc.php: Actually use print style in themes,
  3869.       also fixes RFE #1120880.
  3870.     * sql.php: Better calculate inserted row id (bug #1156963).
  3871.     * db_details_links.php, db_details_structure.php: Show database comment on
  3872.       each tab (same as we do with table comments).
  3873.  
  3874. 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
  3875.     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
  3876.       versions of drop icons.
  3877.  
  3878. 2005-03-06 Michal ─îiha┼Ö  <michal@cihar.com>
  3879.     * export.php, libraries/display_export.lib.php, config.inc.php,
  3880.       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
  3881.       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
  3882.       2000 export (RFE #1155122).
  3883.     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
  3884.       engine" translation.
  3885.     * lang/english: Nothing to translate here.
  3886.     * Documentation.html: Document new Excel export.
  3887.     * config.inc.php, libraries/config_import.lib.php,
  3888.       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
  3889.       export now can contain table structure and better handles more
  3890.       tables/databases export.
  3891.     * db_operations.php, export.php, main.php, tbl_move_copy.php,
  3892.       libraries/common.lib.php, libraries/select_theme.lib.php,
  3893.       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
  3894.       / to end of path (bug #1155373).
  3895.  
  3896. 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  3897.     * libraries/relation.lib.php, /display_export.lib.php,
  3898.       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
  3899.       the "Add into comments ... Comments" choice, since they are
  3900.       part of the structure
  3901.  
  3902. 2005-03-06 Alexander M. Turek  <me@derrabus.de>
  3903.     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
  3904.       activity statistics.
  3905.     * server_status.php: Removed InnoDB Status sub-page. It is now part of
  3906.       server_engines.php.
  3907.     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
  3908.       indicators.
  3909.     * libraries/mysql_charsets.lib.php: Don't check the character set of the
  3910.       virtual database "information_schema" (MySQL 5.0).
  3911.     * db_details_links.php, db_details_structure.php: Don't allow the user to
  3912.       change anything in MySQL 5.0's information_schema database.
  3913.  
  3914. 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  3915.     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
  3916.       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
  3917.       /database_interface.lib.php: MySQL 4.1.x native comments
  3918.  
  3919. 2005-03-05 Alexander M. Turek  <me@derrabus.de>
  3920.     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
  3921.       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
  3922.       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
  3923.       libraries/engines/myisam.lib.php:
  3924.       - Moved engine-specific settings into plugins;
  3925.       - Added ability to create multiple sub-pages in server_engines.php for
  3926.         a specific engine;
  3927.       - Added a few InnoDB variables. To be continued. :-)
  3928.       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
  3929.  
  3930. 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  3931.     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
  3932.       Missing parameters, and when the error happens, show a link to FAQ
  3933.  
  3934. 2005-03-03 Alexander M. Turek  <me@derrabus.de>
  3935.     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
  3936.       with "str").
  3937.     * header.inc.php: Wrong icon for views.
  3938.     * libraries/sqlparser.data.php: Added more missing date / time functions.
  3939.  
  3940. 2005-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3941.     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
  3942.       modes not available in current MySQL version, do not fail on error when
  3943.       setting SQL_MODE (bug #1155209).
  3944.  
  3945. 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  3946.     * main.php: bug #1154307, wrong text for alt,
  3947.       thanks to Isaac Bennetch - ibennetch
  3948.     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
  3949.       thanks to Isaac Bennetch - ibennetch
  3950.  
  3951. 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  3952.     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
  3953.       thanks to Ryan Schmidt
  3954.     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
  3955.       var
  3956.  
  3957. 2005-02-27 Alexander M. Turek  <me@derrab.us>
  3958.     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
  3959.       and GET_FORMAT (bug #1152310).
  3960.  
  3961. 2005-02-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3962.     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
  3963.  
  3964. 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  3965.     * Documentation.html: added FAQ 5.16 about various IE and Windows
  3966.       problems. Thanks to Michael Keck.
  3967.     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
  3968.  
  3969. 2005-02-24 Alexander M. Turek  <me@derrabus.de>
  3970.     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
  3971.  
  3972. 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  3973.     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
  3974.       blowfish_secret is empty
  3975.  
  3976. 2005-02-23 Alexander M. Turek  <me@derrabus.de>
  3977.     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
  3978.     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
  3979.       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
  3980.     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
  3981.       we had already commented out a long time ago.
  3982.  
  3983. 2005-02-22 Alexander M. Turek  <me@derrabus.de>
  3984.     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
  3985.       of bug #1149383.
  3986.  
  3987. 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
  3988.     * pdf_pages.php: patch #1120466 (modified): optional column names
  3989.       in visual scratchboard, thanks to Remco Aalbers - remcoa
  3990.  
  3991. 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  3992.     * header.inc.php, queryframe.php: HTML improvement,
  3993.       thanks to Armel Fauveau
  3994.     * server_privileges.php: bug #1113788, escaping character removed by error
  3995.  
  3996. 2005-02-16 Alexander M. Turek  <me@derrabus.de>
  3997.     * db_details_export.php: Views are not exportable yet.
  3998.     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
  3999.     * server_engines.php: Use new CSS class 'disabled' for unavailable
  4000.       engines.
  4001.  
  4002. 2005-02-14 Michal ─îiha┼Ö  <michal@cihar.com>
  4003.     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
  4004.       indexes for print view, use same function as for normal view (bug
  4005.       #1119388).
  4006.     * css/print.css, libraries/tbl_indexes.lib.php,
  4007.       libraries/header_meta_style.inc.php: Use CSS for hiding print button
  4008.       rather than javascript.
  4009.  
  4010. 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  4011.     * tbl_properties_table_info.php: avoid errors #1046, no database selected
  4012.       in MySQL 5.0.2
  4013.     * lang/romanian: Updated, thanks to Valics Lehel.
  4014.  
  4015. 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  4016.     * lang/french update
  4017.     * server_privileges.php: bug #1118137, host not changing when editing user
  4018.  
  4019. 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  4020.     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
  4021.  
  4022. 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  4023.     * config.inc.php, Documentation.html: bug #1115327, document the
  4024.       maximum number of characters for blowfish_secret
  4025.  
  4026. 2005-02-09 Alexander M. Turek  <me@derrabus.de>
  4027.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
  4028.  
  4029. 2005-02-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4030.     * export.php: Fix export of SQL for Safari (bug #1113015).
  4031.  
  4032. 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  4033.     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
  4034.       do not send a boolean to mysqli_free_result() or mysql_free_result(),
  4035.       it expects a result resource
  4036.     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
  4037.       using "copy table" operation
  4038.     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
  4039.       disabled
  4040.  
  4041. 2005-02-07 Alexander M. Turek  <me@derrabus.de>
  4042.     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
  4043.       php 4.1.x.
  4044.  
  4045. 2005-02-06 Alexander M. Turek  <me@derrabus.de>
  4046.     * header.inc.php, tbl_properties_table_info.php: View detection for
  4047.       header.inc.php.
  4048.     * tbl_properties_links.php: Adjusted tab bar for views.
  4049.  
  4050. 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  4051.     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
  4052.  
  4053. 2005-02-04 Michal ─îiha┼Ö  <michal@cihar.com>
  4054.     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
  4055.  
  4056. 2005-02-03 Alexander M. Turek  <me@derrabus.de>
  4057.     * tbl_addfield.php: Bug #1040682 (adding field with collation).
  4058.  
  4059. 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  4060.     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
  4061.       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
  4062.     * tbl_properties.inc.php: bug #1114550, changing the type of
  4063.       a float unsigned column
  4064.  
  4065. 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  4066.     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
  4067.       cannot be used with MYSQL_USE_RESULT
  4068.  
  4069. 2005-01-29 Alexander M. Turek  <me@derrabus.de>
  4070.     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
  4071.       the Janapese language file under MySQL 4.1.
  4072.  
  4073. 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  4074.     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
  4075.       function PMA_reloadNavigation(). A failed connection was not properly
  4076.       detected
  4077.     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
  4078.       parameter 1 to be a result
  4079.  
  4080. 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  4081.     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
  4082.       thanks to Michal
  4083.     * libraries/display_tbl.lib.php: the LongOperation message should
  4084.       be just for InnoDB
  4085.  
  4086. 2005-01-27 Michal ─îiha┼Ö  <michal@cihar.com>
  4087.     * read_dump.php: Fix detection of SELECT query to display on multiple
  4088.       submits (bug #1110727).
  4089.  
  4090. 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  4091.     * tbl_query_box.php: bug #1107937, undefined $fields_list
  4092.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4093.     ### 2.6.1 released
  4094.  
  4095. 2005-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  4096.     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
  4097.       (bug #1106652).
  4098.  
  4099. 2005-01-23 Alexander M. Turek  <me@derrabus.de>
  4100.     * libraries/sqlparser.data.php: Added some keywords.
  4101.  
  4102. 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  4103.     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
  4104.       and fix a typo "boommark"
  4105.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4106.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4107.  
  4108. 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
  4109.     * libraries/tooltip.js: new JS library for tooltips (hints)
  4110.     * libraries/common.lib.php: img tag modified for mouseover / mouseout
  4111.       (show/hide tooltip)
  4112.     * header.inc.php: needed div-container for tooltips
  4113.     * footer.inc.php: linking to js-file tooltip.js
  4114.     * themes/.../theme_right.css.php: tooltip class
  4115.     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
  4116.       to small
  4117.     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
  4118.     * themes/.../theme_right.css.php: new class for disabled (not available)
  4119.       text / values / messages
  4120.     * libraries/tooltip.js: removed wrong typos (sorry)
  4121.  
  4122. 2005-01-20 Alexander M. Turek  <me@derrabus.de>
  4123.     * server_engines.php, server_links.inc.php: Use Michael's new icon for
  4124.       storage engines.
  4125.     * main.php: Added link to storage engines sub-page.
  4126.  
  4127. 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
  4128.     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
  4129.       lang/*.php: bug #1084820: ask a confirmation when a user wants to
  4130.       reach the End of rows, and count the exact number of rows to
  4131.       go to the real end
  4132.       TODO: page number selector
  4133.     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
  4134.       to reveal the full message for browsers who truncate it,
  4135.       thanks to Alexander for the suggestion
  4136.  
  4137. 2005-01-18 Alexander M. Turek  <me@derrabus.de>
  4138.     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
  4139.       - Emulation for < MySQL 4.1.2;
  4140.       - BerkeleyDB version information.
  4141.     * tbl_properties.inc.php, tbl_properties_operations.php,
  4142.       libraries/storage_engines.lib.php: Auto-generated engine selection
  4143.       dropdown.
  4144.     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
  4145.  
  4146. 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
  4147.     * libraries/common.lib.php: modified function for
  4148.       Add a link by MySQL-Error #1062 - Duplicate entry
  4149.       (feature request #1036254)
  4150.  
  4151. 2005-01-17 Michal ─îiha┼Ö  <michal@cihar.com>
  4152.     * lang/czech: Fix typos (translation #1103785).
  4153.  
  4154. 2005-01-17 Alexander M. Turek  <me@derrabus.de>
  4155.     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
  4156.       parameters.
  4157.  
  4158. 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  4159.     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
  4160.       #1060 in the logic for error #1062
  4161.  
  4162. 2005-01-15 Alexander M. Turek  <me@derrabus.de>
  4163.     * server_engines.php, server_links.inc.php, lang/*.inc.php,
  4164.       libraries/storage_engines.php: Detailed storage engines status
  4165.       information.
  4166.  
  4167. 2005-01-12 Alexander M. Turek  <me@derrabus.de>
  4168.     * tbl_properties_table_info.inc.php: Basic view detection.
  4169.     * tbl_properties_structure.php: Disabled table-specific interface elements
  4170.       for views.
  4171.  
  4172. 2005-01-11 Alexander M. Turek  <me@derrabus.de>
  4173.     * libraries/relation.lib.php:
  4174.       - Removed redundant code;
  4175.       - Fixed some comments.
  4176.     * tbl_properties_structure.php: Corrected TH numbering.
  4177.     * db_details_structure.php: Small design glitch with "in use" tables.
  4178.     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
  4179.       - Views are now displayed correctly within the table list;
  4180.       - Added ability to drop views from the db structure page.
  4181.         TODO: It is not yet possible to drop a view from the table sub pages.
  4182.  
  4183. 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  4184.     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
  4185.       on invalid login
  4186.  
  4187. 2005-01-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4188.      * lang/czech: Fix typo (translation #1099459).
  4189.  
  4190. 2005-01-10 Olivier Mueller <om@omnis.ch>
  4191.     * README: copyright, we're in 2005
  4192.  
  4193. 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  4194.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4195.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4196.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4197.     * lang/dutch: Updates, thanks to Ivo Teel.
  4198.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4199.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4200.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4201.     ### 2.6.1-rc2 released
  4202.  
  4203. 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  4204.     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
  4205.       a FLOAT field in MySQL 4.1.x
  4206.  
  4207. 2005-01-07 Michal ─îiha┼Ö  <michal@cihar.com>
  4208.     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
  4209.       libraries/functions.js, libraries/tbl_change.js,
  4210.       libraries/keyhandler.js: Use Option key for Safari for moving (bug
  4211.       #1094137), move key handler function to separate file so we have only
  4212.       one, make movement work correctly in vertical display of properties.
  4213.     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
  4214.       (bug #1097593).
  4215.  
  4216. 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  4217.     * tbl_change.php: removed old PHP3-workaround that caused problems
  4218.       with field names like '000'
  4219.  
  4220. 2005-01-05 Michal ─îiha┼Ö  <michal@cihar.com>
  4221.     * tbl_properties_operations.php: Fix changning table parameters if it has
  4222.       no auto increment (bug #1096246).
  4223.  
  4224. 2005-01-04 Alexander M. Turek  <me@derrabus.de>
  4225.     * lang/german-*.inc.php:
  4226.       - Updates and small corrections;
  4227.       - Synchronized translation with the German MySQL documentation.
  4228.  
  4229. 2005-01-03 Michal ─îiha┼Ö  <michal@cihar.com>
  4230.     * export.php: Use standardised mime types and use content encoding for
  4231.       gzip/bzip2. I hope this will fix double gzip compression as in bug
  4232.       #1094649.
  4233.  
  4234. 2005-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  4235.     * tbl_alter.php: Don't try to set collation for non text fields (bug
  4236.       #1094109).
  4237.     * sql.php: Do not forget reloading when launching multiple queries (bug
  4238.       #1090818).
  4239.  
  4240.          --- Older ChangeLogs can be found on our project website ---
  4241.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  4242.  
  4243. # vim: et ts=4 sw=4 sts=4
  4244. # vim: ft=changelog fenc=utf-8 encoding=utf-8
  4245. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  4246. # vim: fdn=1 fdm=expr
  4247.